-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Expand file tree
/
Copy pathdomain_target.pdl
More file actions
29 lines (28 loc) · 783 Bytes
/
domain_target.pdl
File metadata and controls
29 lines (28 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Partial support for IO domain of ChromeDevTools Protocol.
# https://github.com/ChromeDevTools/devtools-protocol/blob/master/pdl/domains/Target.pdl
experimental domain Target
type SessionID extends string
type TargetID extends string
type TargetInfo extends object
properties
TargetID targetId
string type
string title
string url
boolean attached
boolean canAccessOpener
event targetCreated
parameters
TargetInfo targetInfo
event attachedToTarget
parameters
SessionID sessionId
TargetInfo targetInfo
boolean waitingForDebugger
command getTargets
returns
array of TargetInfo targetInfos
command setAutoAttach
parameters
boolean autoAttach
boolean waitForDebuggerOnStart