@@ -698,7 +698,7 @@ added:
698698 * ` newValue ` {string}
699699
700700This feature is only available with the
701- ` --experimental-inspector- storage-key=key ` flag enabled.
701+ ` --experimental-storage-inspection ` flag enabled.
702702
703703Broadcasts the ` DOMStorage.domStorageItemAdded ` event to connected frontends.
704704This event indicates that a new item has been added to the storage.
@@ -718,7 +718,7 @@ added:
718718 * ` key ` {string}
719719
720720This feature is only available with the
721- ` --experimental-inspector- storage-key=key ` flag enabled.
721+ ` --experimental-storage-inspection ` flag enabled.
722722
723723Broadcasts the ` DOMStorage.domStorageItemRemoved ` event to connected frontends.
724724This event indicates that an item has been removed from the storage.
@@ -740,7 +740,7 @@ added:
740740 * ` newValue ` {string}
741741
742742This feature is only available with the
743- ` --experimental-inspector- storage-key=key ` flag enabled.
743+ ` --experimental-storage-inspection ` flag enabled.
744744
745745Broadcasts the ` DOMStorage.domStorageItemUpdated ` event to connected frontends.
746746This event indicates that a storage item has been updated.
@@ -759,7 +759,7 @@ added:
759759 * ` isLocalStorage ` {boolean}
760760
761761This feature is only available with the
762- ` --experimental-inspector- storage-key=key ` flag enabled.
762+ ` --experimental-storage-inspection ` flag enabled.
763763
764764Broadcasts the ` DOMStorage.domStorageItemsCleared ` event to connected
765765frontends. This event indicates that all items have been cleared from the
@@ -777,10 +777,7 @@ added:
777777 * ` storageMap ` {Object}
778778
779779This feature is only available with the
780- ` --experimental-inspector-storage-key=key ` flag enabled.
781-
782- Registers a storage map with the inspector. The registered storage entries are
783- reported when getDOMStorageItems is called.
780+ ` --experimental-storage-inspection ` flag enabled.
784781
785782## Support of breakpoints
786783
0 commit comments