ContextScope

class ContextScope(context: CoroutineContext) : CoroutineScope

Constructors

Link copied to clipboard
constructor(context: CoroutineContext)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
internal fun CoroutineScope.channelFromStream(stream: ReadableStream<Uint8Array>): ByteReadChannel
Link copied to clipboard
internal suspend fun CoroutineScope.readBody(response: Response): ByteReadChannel
Link copied to clipboard
internal suspend fun CoroutineScope.readBodyBrowser(response: Response): ByteReadChannel
Link copied to clipboard
open override fun toString(): String