Skip to content

Commit 5bdbf75

Browse files
committed
Fix docs about plugins on HttpClient.chromeWebSocket()
1 parent 21570be commit 5bdbf75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commonMain/kotlin/org/hildan/chrome/devtools/protocol/ChromeDPClient.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ data class ChromeDPTarget(
232232
* If you only have the debugger's HTTP URL at hand (e.g. `http://localhost:9222`), create a [ChromeDPClient] instead,
233233
* and then connect to the web socket using [ChromeDPClient.webSocket].
234234
*
235-
* This [HttpClient] must have the [WebSockets] plugin installed, as well as the [ContentNegotiation] plugin
236-
* with Kotlinx Serialization JSON.
235+
* This [HttpClient] must have the [WebSockets] plugin installed.
237236
*
238237
* The returned [BrowserSession] only provides a limited subset of the possible operations, because it is
239238
* attached to the default *browser* target, not a *page* target.

0 commit comments

Comments
 (0)