Chrome Reactive Kotlin
/
pl.wendigo.chrome.protocol
/
ProtocolConnection
/
request
request
fun <
T
>
request
(methodName:
String
, request:
JsonElement
?, responseSerializer:
KSerializer
<
T
>):
Single
<
T
>
Content copied to clipboard
Sends request and captures response from the stream.
Sources
jvm source
Link copied to clipboard