Skip to content

Commit 431f6da

Browse files
committed
Improve the note about the absence of clear target type definition
1 parent 240d274 commit 431f6da

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ if the attached target supports a given domain.
6565
For instance, `PageSession.dom` gives access to the DOM domain in this page session, which allows to issue commands
6666
and listen to DOM events.
6767

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).
7273
>
7374
> Because of this, there might be some missing domains on some session types at some point in time that require
7475
> manual adjustment.

0 commit comments

Comments
 (0)