cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.DOMStorage

Description

DOMStorage

Query and modify DOM storage.

Synopsis

Documentation

data PDOMStorageSetDOMStorageItem Source #

Parameters of the setDOMStorageItem command.

data PDOMStorageRemoveDOMStorageItem Source #

Parameters of the removeDOMStorageItem command.

data PDOMStorageGetDOMStorageItems Source #

Parameters of the getDOMStorageItems command.

type DOMStorageItem = [Text] Source #

Type Item. DOM Storage item.