Elina
Elina
Hi, sorry for the late response. I've personally never used IndexedDB so I can't comment much on the API. Can you comment what the public API looks like so it's...
> The [`keyboard-types`](https://docs.rs/keyboard-types/0.6.1/keyboard_types/) crate already handles this; would it be a good idea to use that? It seems that that crate could be used. Do you have an exposed gloo...
I think the new website would be a great place for this documentation. I switched away from mdbook because there wouldn't have been enough content to call it a "book"...
> What is your vision for documentation on the website? Honestly, none. I'd like to just remove the documentation section from website and use docs.rs. The only documentation related thing...
> Looking at the usage, it looks like this API is not mirroring [the JS one](https://developer.mozilla.org/en-US/docs/Web/API/notification) and rather adding a lot of its own API? A mirrored API already exists...
Since card is currently not being developed, the readme should be updated so it doesn't mention that work on `` starts in "Q4-2020", especially considering that we are almost at...
Would you like to PR this change?
`WebSocket` used to be `Clone` but it was removed. See https://github.com/hamza1311/reqwasm/commit/445e9a5bf555a0e37d0ff7fb71e69d34cb8f2493 for details. If you can think of any other way to solve this problem, I would be happy to...
Sounds good, would you like to PR that (in gloo-net, of course)? This would also require reverting https://github.com/hamza1311/reqwasm/pull/21
Sounds something nice to have. I've never worked with SSE so I can't really say much about it. If an API for that were to exist, it would be something...