Body

interface Body : JsAny

Exposes the JavaScript Body to Kotlin

Inheritors

Properties

Link copied to clipboard
abstract val bodyUsed: Boolean

Functions

Link copied to clipboard
abstract fun arrayBuffer(): Promise<*>
Link copied to clipboard
abstract fun blob(): Promise<*>
Link copied to clipboard
abstract fun formData(): Promise<*>
Link copied to clipboard
abstract fun json(): Promise<*>
Link copied to clipboard
abstract fun text(): Promise<*>