Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Supported API Set

南漂一卒 edited this page Apr 8, 2018 · 12 revisions

Supported API Set

The table below is a summary of the support for the various Chrome remote debugging v1.1 protocol.

API Family Support
Console None
Debugging Almost everything
DOM None
DOM Debugger None
Input None
Network None
Page None
Runtime None
Timeline None
Notifications Partial

Console

API Implemented In Proxy Comments
Placeholder N/A None

Debugging

API Implemented In Proxy
disable Yes
enable Yes
evaluateOnCallFrame Yes
getScriptSource Partial
pause Yes
removeBreakpoint Yes
resume Yes
searchInContent Partial
setBreakpoint Yes
setBreakpointByUrl Partial
setBreakpointsActive Yes
setPauseOnExceptions Partial
setScriptSource No
stepInto Yes
stepOut Yes
stepOver Yes

DOM

API Implemented In Proxy
Placeholder N/A

DOM Debugger

API Implemented In Proxy
Placeholder N/A

Input

API Implemented In Proxy
Placeholder N/A

Network

API Implemented In Proxy
Placeholder N/A

Page

API Implemented In Proxy
Placeholder N/A

Runtime

API Implemented In Proxy
Placeholder N/A

Timeline

API Implemented In Proxy
Placeholder N/A

Notifications

API Implemented In Proxy
breakpointResolved Yes
globalObjectCleared Yes
paused Yes
resumed Yes
scriptFailedToParse Yes
scriptParsed Yes

IE Notifications

The list below are not in the Chrome remote protocol and are only in the IE proxy.

API Implemented In Proxy Comments
webWorkerStarted Yes Fired when a web worker is created
webWorkerFinished Yes Fired when a web worker is terminated