Skip to content

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.

Handled Requests

This tools does not accept any commands.

Sent Events

Following is the complete list of event that are sent from this tool.

onDomMutate

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