edgekitjs - v0.0.51
    Preparing search index...

    Class KV

    Add a global, low-latency key-value data storage to your Edge-first application.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    kv: KVNamespace

    Accessors

    Methods

    • Checks if an item exists in the storage.

      Parameters

      • key: string

        The key to check.

      Returns Promise<boolean>

      Whether the key exists or not.