DOM.sys.mjs |
Describes node given its id.
Does not require domain to be enabled. Does not start tracking any objects.
@param {object} options
@param {number=} options.backendNodeId [not supported]
Identifier of the backend node.
@param {number=} options.depth [not supported]
The maximum depth at which children should be retrieved, defaults to 1.
Use -1 for the entire subtree or provide an integer larger than 0.
@param {number=} options.nodeId [not supported]
Identifier of the node.
@param {string} options.objectId
JavaScript object id of the node wrapper.
@param {boolean=} options.pierce [not supported]
Whether or not iframes and shadow roots should be traversed
when returning the subtree, defaults to false.
@returns {DOM.Node}
Node description.
|
7646 |
Emulation.sys.mjs |
Internal methods: the following methods are not part of CDP;
note the _ prefix.
|
1496 |
Input.sys.mjs |
Internal methods: the following methods are not part of CDP;
note the _ prefix.
|
1822 |
Log.sys.mjs |
Takes all script error messages that do not have an exception attached,
and emits a "Log.entryAdded" event.
@param {nsIConsoleMessage} message
Message originating from the nsIConsoleService.
|
2054 |
Network.sys.mjs |
Internal methods: the following methods are not part of CDP;
note the _ prefix.
|
560 |
Page.sys.mjs |
|
13244 |
Performance.sys.mjs |
|
686 |
runtime |
|
|
Runtime.sys.mjs |
|
19305 |
Security.sys.mjs |
|
683 |