-
Trying
```
const setGlobalVars = (await import("indexeddbshim")).default;
global.window = global;
setGlobalVars();
```
Gives me this error:
```
DatabaseClosed error: MissingAPIError I…
-
Trying
```js
const setGlobalVars = (await import("indexeddbshim")).default;
global.window = global;
setGlobalVars();
```
Gives me this error:
```
DatabaseClosed error: MissingAPIError…
-
I'd love to use this for testing some IndexedDB things in Deno! However, when I try to use the in-memory version of your polyfill, I get a `DOMException` error with `no such table: dbVersions`.
-
Situation: we are using firebase, firebase is using this library, but many of our target browsers are pretty old/bad/featureless and so they do not implement indexedDB API and therefore a bunch of fir…
-
I'm trying to use [IDB](https://github.com/jakearchibald/idb) on top of this library in an environment where only WebSQL is available (React Native and SQLite).
When calling `cursor.continue()`, `D…
-
Just discovered something is still odd with fake-indexeddb and the latest Dexie release candidate.
It seems to be able to add data to the database and retrieve it just fine, but actually there is a…
-
### [REQUIRED] Describe your environment
* Operating System version: React Native 0.64
* Browser version: React Native 0.64
* Firebase SDK version: 8.2.3 (This has happened since …
-
FirebaseError: You are using the memory-only build of Firestore. Persistence support is only available via the @firebase/firestore bundle or the firebase-firestore.js build.
My Code:
import …
-
In v0.13.5 and probably earlier, riot-web does not work in IE11 at all without adding a few shims
To work at all: https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill
Couldn'…
-
http://nparashuram.com/IndexedDBShim/
indexDB would make more sense for offline editing as it will allow for KVS