We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882421b commit a5ba30eCopy full SHA for a5ba30e
1 file changed
specs/CDPSessionIdSupport.md
@@ -306,7 +306,6 @@ interface ICoreWebView2DevToolsProtocolEventReceivedEventArgs2 : IUnknown {
306
307
/// The sessionId of the target where the event originates from.
308
/// Empty string is returned as sessionId if the event comes from the default session for the top page.
309
- /// \snippet ScriptComponent.cpp DevToolsProtocolEventReceivedSessionId
310
[propget] HRESULT SessionId([out, retval] LPWSTR* sessionId);
311
}
312
```
0 commit comments