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