toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
wasmJs
switch theme
search in API
apollo-runtime
/
com.apollographql.apollo.network.http
/
WritableStream
Writable
Stream
wasmJs
external
interface
WritableStream
<
W
:
JsAny
?
>
:
JsAny
Members
Properties
locked
Link copied to clipboard
wasmJs
abstract
var
locked
:
Boolean
Functions
abort
Link copied to clipboard
wasmJs
abstract
fun
abort
(
reason
:
JsAny
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
get
Writer
Link copied to clipboard
wasmJs
abstract
fun
getWriter
(
)
:
WritableStreamDefaultWriter
<
W
>