We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1071e2 commit 43a3f3bCopy full SHA for 43a3f3b
src/commonMain/kotlin/org/hildan/chrome/devtools/sessions/Sessions.kt
@@ -20,8 +20,8 @@ interface ChromeSession {
20
fun unsafe(): AllDomainsTarget
21
22
/**
23
- * Closes the underlying web socket connection, effectively closing every session based on the same web socket
24
- * connection.
+ * Closes the underlying web socket connection of this session, effectively closing every other session based on
+ * the same web socket connection. This is equivalent to closing the entire browser session.
25
*/
26
suspend fun closeWebSocket()
27
}
0 commit comments