Skip to content

Commit c5d8fb8

Browse files
Update specs/CDPSessionIdSupport.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 174e09f commit c5d8fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/CDPSessionIdSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The received DevToolsProtocol event messages also have sessionId field to indica
99
See [DevToolsProtocol Target domain](https://chromedevtools.github.io/devtools-protocol/tot/Target/) for more details.
1010

1111
However, the current WebView2 DevToolsProtocol APIs like [CallDevToolsProtocolMethod](https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2#calldevtoolsprotocolmethod)
12-
and [DevToolsProtocolEventReceivedEvent](https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2devtoolsprotocoleventreceivedeventargs)
12+
and [DevToolsProtocolEventReceived](https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2devtoolsprotocoleventreceivedeventargs)
1313
doesn't support sessionId.
1414

1515
To support interaction with different parts of the page, we are adding support for specifying sessionId for DevToolsProtocol method call API

0 commit comments

Comments
 (0)