Package-level declarations
Types
Request object containing input parameters for the DOMStorageDomain.clear command.
A dummy response object for the DOMStorageDomain.clear command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the DOMStorageDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Query and modify DOM storage.
A dummy response object for the DOMStorageDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMStorageDomain.getDOMStorageItems command.
Response type for the DOMStorageDomain.getDOMStorageItems command.
Request object containing input parameters for the DOMStorageDomain.removeDOMStorageItem command.
A dummy response object for the DOMStorageDomain.removeDOMStorageItem command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
(undocumented in the protocol definition)
Request object containing input parameters for the DOMStorageDomain.setDOMStorageItem command.
A dummy response object for the DOMStorageDomain.setDOMStorageItem command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
DOM Storage identifier.