ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
js
ktor-client-core
/
io.ktor.client.fetch
/
ReadableStreamDefaultReader
Readable
Stream
Default
Reader
js
external
interface
ReadableStreamDefaultReader
<
R
>
Content copied to clipboard
Functions
Properties
Functions
cancel
Link copied to clipboard
js
abstract
fun
cancel
(
reason
:
Any
?
=
definedExternally
)
:
Promise
<
Unit
>
Content copied to clipboard
read
Link copied to clipboard
js
abstract
fun
read
(
)
:
Promise
<
ReadableStreamReadResult
<
R
>
>
Content copied to clipboard
release
Lock
Link copied to clipboard
js
abstract
fun
releaseLock
(
)
Content copied to clipboard
Properties
closed
Link copied to clipboard
js
abstract
var
closed
:
Promise
<
Unit
>
Content copied to clipboard