Skip to content

TypeError: Deno.openKv is not a function. Deno.openKv() is an unstable API. #182

@kent-liquest

Description

@kent-liquest
error: Uncaught (in worker "") (in promise) TypeError: Deno.openKv is not a function
const kv = await Deno.openKv();
                      ^
    at file:///C:/Users/admin/Documents/GitHub/my-blog/_cms.ts:13:23
    at eventLoopTick (ext:core/01_core.js:177:7)

    info: Deno.openKv() is an unstable API.
    hint: Run again with `--unstable-kv` flag to enable this API.
error: Uncaught (in promise) Error: Unhandled error in child worker.
    at Worker.#pollControl (ext:runtime/11_workers.js:204:19)
    at eventLoopTick (ext:core/01_core.js:177:7)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions