File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,11 @@ if the attached target supports a given domain.
65
65
For instance, ` PageSession.dom ` gives access to the DOM domain in this page session, which allows to issue commands
66
66
and listen to DOM events.
67
67
68
- > Note: The supported set of domains for each target type is not clearly defined by the protocol, so I have to
69
- > regularly extract this information from
70
- > [ Chromium's source code itself] ( https://source.chromium.org/search?q=%22session-%3ECreateAndAddHandler%22%20f:devtools&ss=chromium )
71
- > and update my own extra definition file: [ target_types.json] ( protocol-definition/target_types.json ) .
68
+ > Note: The supported set of domains for each target type is
69
+ > [ not clearly defined] ( https://github.com/ChromeDevTools/devtools-protocol/issues/311 ) by the protocol, so I have to
70
+ > regularly extract this information from Chromium's source code and update my own extra definition file:
71
+ > [ target_types.json] ( protocol-definition/target_types.json ) .
72
+ > This process is described in details in a dedicated [ README] ( protocol-definition/README.md ) .
72
73
>
73
74
> Because of this, there might be some missing domains on some session types at some point in time that require
74
75
> manual adjustment.
You can’t perform that action at this time.
0 commit comments