Skip to content

Commit 882421b

Browse files
authored
Update CDPSessionIdSupport.md
1 parent 581e122 commit 882421b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/CDPSessionIdSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The DevToolsProtocol event messages also have sessionId field to indicate which
1212

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

1717
To support interaction with different parts of the page, we allow apps to specify a sessionId when calling DevToolsProtocol methods, as well as passing a sessionId to DevToolsProtocol event handlers, with empty string sessionId representing the default target of the top page.
1818

0 commit comments

Comments
 (0)