This repository was archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Supported API Set
南漂一卒 edited this page Apr 8, 2018
·
12 revisions
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 |
| API | Implemented In Proxy | Comments |
|---|---|---|
| Placeholder | N/A | None |
| 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 |
| API | Implemented In Proxy |
|---|---|
| Placeholder | N/A |
| API | Implemented In Proxy |
|---|---|
| Placeholder | N/A |
| API | Implemented In Proxy |
|---|---|
| Placeholder | N/A |
| API | Implemented In Proxy |
|---|---|
| Placeholder | N/A |
| API | Implemented In Proxy |
|---|---|
| Placeholder | N/A |
| API | Implemented In Proxy |
|---|---|
| Placeholder | N/A |
| API | Implemented In Proxy |
|---|---|
| Placeholder | N/A |
| API | Implemented In Proxy |
|---|---|
| breakpointResolved | Yes |
| globalObjectCleared | Yes |
| paused | Yes |
| resumed | Yes |
| scriptFailedToParse | Yes |
| scriptParsed | Yes |
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 |