NodePersistentSocketWrapper

class NodePersistentSocketWrapper

Types

Companion
Link copied to clipboard
js
object Companion

Functions

close
Link copied to clipboard
js
open fun close()
readLineSuspend
Link copied to clipboard
js
open suspend fun readLineSuspend(): String?
submitSuspend
Link copied to clipboard
js
open suspend fun submitSuspend(request: String): String