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
@@ -200,10 +199,10 @@ storageName = Alphanumeric storage name
200
199
databaseBinding = Cloudflare only D1 database binding env
201
200
```
202
201
Supported runtime :
203
-
-[x]`node` use file storage
204
-
-[x]`deno` use file storage need `--allow-read --allow-write`
205
-
-[x]`browser` use IndexedDB
206
-
-[x]`bun` use file storage
202
+
-[x]`node` use File System
203
+
-[x]`deno` use File System need `--allow-read --allow-write`
204
+
-[x]`browser` use [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)
205
+
-[x]`bun` use File System
207
206
-[x]`cloudflare` workers use D1 Database [docs](https://developers.cloudflare.com/d1/get-started/#4-bind-your-worker-to-your-d1-database) example [wrangler.toml](https://github.com/nuzulul/kv-storage/blob/main/wrangler.toml)
0 commit comments