Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Request
interface of the Fetch API represents a resource request.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class Response(body: BodyInit? = definedExternally, init: ResponseInit = definedExternally) : Body
The Response
interface of the Fetch API represents the response to a request.
Link copied to clipboard
interface ResponseInit
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external fun fetchAsync(request: Request, init: RequestInit? = definedExternally): Promise<Response>