Elina
Elina
Closing the implementation PR is fine but I'll open this issue. We can work on it once Web Workers are supported. It's not like we are not implementing this at...
1\. and 4. were implemented in #126
I can't reproduce this behavior locally with trunk. ```toml # Cargo.toml [package] name = "gloo-timers-regression" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html...
Since it works under trunk, I think it's safe to say that it's not a problem with gloo-timers
I wonder if this is an issue with wasm-pack. Webpack calls wasm-pack to bundle the Rust app
The CI passes. I have a feeling it might be a wasm-pack bug. I will confirm later
The issue seems to be the build with `--target bundler` (which is what webpack uses and wasm-bindgen passes by default) passed to wasm-bindgen CLI. I don't have a project setup...
Do you know of a fix for this?
Can we expose a separate API for handling this? We document that `Blob` cannot be used with `SharedArrayBuffer`, there will be a new type introduced to handle that. I would...
Is this API ready for review? If so, can you post what the public API looks like? Side note: I've never had to use IndexedDB so someone more knowledgeable should...