Skip to content

Commit 43a3f3b

Browse files
committed
Improve KDoc on ChromeSession.closeWebSocket
1 parent d1071e2 commit 43a3f3b

File tree

1 file changed

+2
-2
lines changed
  • src/commonMain/kotlin/org/hildan/chrome/devtools/sessions

1 file changed

+2
-2
lines changed

src/commonMain/kotlin/org/hildan/chrome/devtools/sessions/Sessions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ interface ChromeSession {
2020
fun unsafe(): AllDomainsTarget
2121

2222
/**
23-
* Closes the underlying web socket connection, effectively closing every session based on the same web socket
24-
* connection.
23+
* Closes the underlying web socket connection of this session, effectively closing every other session based on
24+
* the same web socket connection. This is equivalent to closing the entire browser session.
2525
*/
2626
suspend fun closeWebSocket()
2727
}

0 commit comments

Comments
 (0)