DOM Storage identifier.
namespace
inspector.DOMStorage
namespace DOMStorage
interface ClearParameterType
interface DomStorageItemAddedEventDataType
interface DomStorageItemRemovedEventDataType
interface GetDOMStorageItemsReturnType
interface RemoveDOMStorageItemParameterType
interface SetDOMStorageItemParameterType
- type Item = string[]
DOM Storage item.
- type SerializedStorageKey = string
- ): void;
This feature is only available with the
--experimental-storage-inspectionflag enabled.Broadcasts the
DOMStorage.domStorageItemAddedevent to connected frontends. This event indicates that a new item has been added to the storage. - ): void;
This feature is only available with the
--experimental-storage-inspectionflag enabled.Broadcasts the
DOMStorage.domStorageItemRemovedevent to connected frontends. This event indicates that an item has been removed from the storage. - ): void;
This feature is only available with the
--experimental-storage-inspectionflag enabled.Broadcasts the
DOMStorage.domStorageItemsClearedevent to connected frontends. This event indicates that all items have been cleared from the storage. - ): void;
This feature is only available with the
--experimental-storage-inspectionflag enabled.Broadcasts the
DOMStorage.domStorageItemUpdatedevent to connected frontends. This event indicates that a storage item has been updated. - params: unknown): void;
This feature is only available with the
--experimental-storage-inspectionflag enabled.