Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.audits

Audits domain allows investigation of page violations and possible improvements.

Audits domain allows investigation of page violations and possible improvements.
raw docstring

clj-chrome-devtools.commands.browser

The Browser domain defines methods and events for browser managing.

The Browser domain defines methods and events for browser managing.
raw docstring

clj-chrome-devtools.commands.console

This domain is deprecated - use Runtime or Log instead.

This domain is deprecated - use Runtime or Log instead.
raw docstring

clj-chrome-devtools.commands.css

This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) have an associated id used in subsequent operations on the related object. Each object type has a specific id structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the get*ForNode() calls (which accept a DOM node id). A client can also keep track of stylesheets via the styleSheetAdded/styleSheetRemoved events and subsequently load the required stylesheet contents using the getStyleSheet[Text]() methods.

This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) have an associated `id` used in subsequent operations on the related object. Each object type has a specific `id` structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the `get*ForNode()` calls (which accept a DOM node id). A client can also keep track of stylesheets via the `styleSheetAdded`/`styleSheetRemoved` events and subsequently load the required stylesheet contents using the `getStyleSheet[Text]()` methods.
raw docstring

clj-chrome-devtools.commands.debugger

Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.

Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
raw docstring

clj-chrome-devtools.commands.dom

This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an id. This id can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.<p>Note that iframe owner elements will return corresponding document elements as their child nodes.</p>

This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an `id`. This `id` can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.<p>Note that `iframe` owner elements will return corresponding document elements as their child nodes.</p>
raw docstring

clj-chrome-devtools.commands.domdebugger

DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.

DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
raw docstring

clj-chrome-devtools.commands.domsnapshot

This domain facilitates obtaining document snapshots with DOM, layout, and style information.

This domain facilitates obtaining document snapshots with DOM, layout, and style information.
raw docstring

clj-chrome-devtools.commands.io

Input/Output operations for streams produced by DevTools.

Input/Output operations for streams produced by DevTools.
raw docstring

clj-chrome-devtools.commands.network

Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.

Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.
raw docstring

clj-chrome-devtools.commands.runtime

Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.

Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.
raw docstring

clj-chrome-devtools.commands.schema

Provides information about the protocol schema.

Provides information about the protocol schema.
raw docstring

clj-chrome-devtools.commands.system-info

The SystemInfo domain defines methods and events for querying low-level system information.

The SystemInfo domain defines methods and events for querying low-level system information.
raw docstring

clj-chrome-devtools.commands.tethering

The Tethering domain defines methods and events for browser port binding.

The Tethering domain defines methods and events for browser port binding.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close