DenoWasmIO
class DenoWasmIO(val output: SyncOutputStream, val input: SyncInputStream, val _close: Closeable? = null, val debug: Boolean = true)
Constructors
Link copied to clipboard
constructor(output: SyncOutputStream, input: SyncInputStream, _close: Closeable? = null, debug: Boolean = true)