Bun

interface

inspector.DOMStorage.StorageId

interface StorageId

DOM Storage identifier.

  • isLocalStorage: boolean

    Whether the storage is local storage (not session storage).

  • securityOrigin?: string

    Security origin for the storage.

  • storageKey?: string

    Represents a key by which DOM Storage keys its CachedStorageAreas