You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, examples for IndexedDB in web-sys, I can't get it working.
Got the IdbDatabase, got IdbObjectStore, but failed to add a doc:
// The store is already in db with key id, autoIncremental
myStore.add(&JsValue::from_str("{test:1}")).unwrap();
Failed at '.unwrap()', although it's a Result.
Error in browser console:
Uncaught RuntimeError: unreachable
...
at _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h12d73e1d41de1f27
at __wbg_adapter_20
General info on IndexedDB: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
examples/
that shows off working with IndexedDBThe text was updated successfully, but these errors were encountered: