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

Constructors

Properties

Accessors

Methods

Constructors

Properties

kv: KVNamespace<string>

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.