ktor
2.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
js
ktor-client-core
/
io.ktor.client.fetch
/
ReadableStream
Readable
Stream
js
external
interface
ReadableStream
<
R
>
Functions
Properties
Functions
cancel
Link copied to clipboard
js
abstract
fun
cancel
(
reason
:
Any
?
=
definedExternally
)
:
Promise
<
Unit
>
get
Reader
Link copied to clipboard
js
abstract
fun
getReader
(
)
:
ReadableStreamDefaultReader
<
R
>
abstract
fun
getReader
(
options
:
dynamic
)
:
ReadableStreamBYOBReader
pipe
To
Link copied to clipboard
js
abstract
fun
pipeTo
(
dest
:
WritableStream
<
R
>
,
options
:
PipeOptions
?
=
definedExternally
)
:
Promise
<
Unit
>
tee
Link copied to clipboard
js
abstract
fun
tee
(
)
:
dynamic
Properties
locked
Link copied to clipboard
js
abstract
var
locked
:
Boolean