summaryrefslogtreecommitdiff
path: root/tests/specs/run/unstable/kv.out
blob: d0916604c6e5de9b6af8027248e877c0a263167f (plain)
1
2
3
4
5
6
7
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.