-
Notifications
You must be signed in to change notification settings - Fork 8
DOM Tool
Mike Rennie edited this page Aug 9, 2012
·
5 revisions
The DOM tools alert clients to changes in the DOM. By default the DOM tools are not enabled.
Clients can automatically turn on the DOM tool via a modified handshake and specifying dom
in the tools section.
This tools does not accept any commands.
Following is the complete list of event that are sent from this tool.
Sent when the backing DOM for the current page (debug context) has been changed in some way.
Content-Length:87
\r\n
tool:dom
\r\n\r\n
{
"type":"event",
"event":"onDomMutate",
"contextId":"xf0.3::8821652",
"seq":50,
"data":{}
}
Event Data
Currently the event does not contain any data