domDebugger property

DOMDebuggerApi 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.

Implementation

DOMDebuggerApi get domDebugger => _domDebugger ??= DOMDebuggerApi(client);