apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
apollo-kdoc
apollo-runtime
/
com.apollographql.apollo.network.http
/
WritableStreamDefaultWriter
Writable
Stream
Default
Writer
wasmJs
external
interface
WritableStreamDefaultWriter
<
W
:
JsAny
?
>
:
JsAny
Members
Properties
closed
Link copied to clipboard
wasmJs
abstract
var
closed
:
Promise
<
JsAny
?
>
desired
Size
Link copied to clipboard
wasmJs
open
var
desiredSize
:
Int
?
ready
Link copied to clipboard
wasmJs
abstract
var
ready
:
Promise
<
JsAny
?
>
Functions
abort
Link copied to clipboard
wasmJs
abstract
fun
abort
(
reason
:
JsAny
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
close
Link copied to clipboard
wasmJs
abstract
fun
close
(
)
:
Promise
<
JsAny
?
>
release
Lock
Link copied to clipboard
wasmJs
abstract
fun
releaseLock
(
)
write
Link copied to clipboard
wasmJs
abstract
fun
write
(
chunk
:
W
)
:
Promise
<
JsAny
?
>