mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
8 lines
265 B
Text
8 lines
265 B
Text
|
error: Uncaught (in promise) TypeError: Deno.openKv is not a function
|
||
|
const db = await Deno.openKv();
|
||
|
^
|
||
|
at [WILDCARD]kv.ts:1:23
|
||
|
|
||
|
info: Deno.openKv() is an unstable API.
|
||
|
hint: Run again with `--unstable-kv` flag to enable this API.
|