DOMStorage Domain
Query and modify DOM storage.
Methods
Events
Types
Methods
DOMStorage.disable #
Disables storage tracking, prevents storage events from being sent to the client.
DOMStorage.enable #
Enables storage tracking, storage events will now be delivered to the client.
Events
Types
DOMStorage.SerializedStorageKey #
Type: string
DOMStorage.StorageId #
DOM Storage identifier.
Type: object
properties
- securityOrigin
- string
Security origin for the storage.
- storageKey
- SerializedStorageKey
Represents a key by which DOM Storage keys its CachedStorageAreas
- isLocalStorage
- boolean
Whether the storage is local storage (not session storage).