Interface DOMStorage


  • public interface DOMStorage
    Query and modify DOM storage
    • Method Detail

      • disable

        void disable()
        Disables storage tracking, prevents storage events from being sent to the client.
      • enable

        void enable()
        Enables storage tracking, storage events will now be delivered to the client.
      • removeDOMStorageItem

        void removeDOMStorageItem​(StorageId storageId,
                                  String key)