kv-storage-polyfill icon indicating copy to clipboard operation
kv-storage-polyfill copied to clipboard

A polyfill for the kv-storage built-in module.

Results 4 kv-storage-polyfill issues
Sort by recently updated
recently updated
newest added

Wasn't able to submitt a Chromium bug (got 400 error trying to submit the form), so pinging here instead. On https://podd.app/ in Chrome Canary I'm getting: ![](https://i.imgur.com/agEkgZ9.png) When I open...

I tried to use this polyfill with Node.js, but trying to perform a `.get` causes an exception. Here's a repro: ``` const storage = require('kv-storage-polyfill').default storage.get("a") ``` This happens on...

In the example code in [the usage section of the readme](https://github.com/GoogleChromeLabs/kv-storage-polyfill/blob/bd12816f1c57016d0bc9fda86440ea2dd267e4aa/README.md#usage), it has: ```js console.log(await storage.entries()); // Logs [["mycat", "Tom"]] ``` but this will produce an empty object because `storage.entries()`...

Instances of ``` /node_modules/kv-storage/dist/kv-storage-polyfill.mjs ``` should be ``` /node_modules/kv-storage-polyfill/dist/kv-storage-polyfill.mjs ```