Package dev. fritz2. remote
Types
CloseException
Link copied to clipboard
ConnectionException
Link copied to clipboard
class ConnectionException(message: String, throwable: Throwable) : Exception
Content copied to clipboard
Exception for handling errors with connecting
FetchException
Link copied to clipboard
Request
Link copied to clipboard
open class Request(baseUrl: String, headers: Map<String, String>, body: dynamic, referrer: String?, referrerPolicy: dynamic, mode: RequestMode?, credentials: RequestCredentials?, cache: RequestCache?, redirect: RequestRedirect?, integrity: String?, keepalive: Boolean?, reqWindow: Any?)
Content copied to clipboard
SendException
Link copied to clipboard
SessionState
Link copied to clipboard
sealed class SessionState
Content copied to clipboard
SessionState represents the actual state of the websocket connection.
Functions
getArrayBuffer
Link copied to clipboard
getFormData
Link copied to clipboard
getHeaders
Link copied to clipboard
Properties
arrayBuffer
Link copied to clipboard
blob
Link copied to clipboard
body
Link copied to clipboard
closes
Link copied to clipboard
data
Link copied to clipboard
isClosed
Link copied to clipboard
isConnecting
Link copied to clipboard
isOpen
Link copied to clipboard