rust-notifica icon indicating copy to clipboard operation
rust-notifica copied to clipboard

Support for webassembly ?

Open StyMaar opened this issue 6 years ago • 1 comments

Browsers have a Web Notification API available from JavaScript, that would be great if this crate could use it when compiled to webassembly.

StyMaar avatar Apr 08 '19 08:04 StyMaar

https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API

https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Notification.html

frewsxcv avatar Apr 10 '19 10:04 frewsxcv