toggle menu
Core
0.12.0
common
js
switch theme
search in API
Core
/
io.telereso.kmp.core
/
ContextScope
Context
Scope
class
ContextScope
(
context
:
CoroutineContext
)
:
CoroutineScope
Members
Members & Extensions
Constructors
Context
Scope
Link copied to clipboard
constructor
(
context
:
CoroutineContext
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext
Functions
channel
From
Stream
Link copied to clipboard
js
internal
fun
CoroutineScope
.
channelFromStream
(
stream
:
ReadableStream
<
Uint8Array
>
)
:
ByteReadChannel
read
Body
Link copied to clipboard
js
internal
suspend
fun
CoroutineScope
.
readBody
(
response
:
Response
)
:
ByteReadChannel
read
Body
Browser
Link copied to clipboard
js
internal
suspend
fun
CoroutineScope
.
readBodyBrowser
(
response
:
Response
)
:
ByteReadChannel
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String