Response

@native @JSGlobal @JSType
object Response extends Object

static methods associated with a Response object in ΒΆ6.4 Response class of whatwg Fetch spec.

Companion:
class
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

Returns:

a new Response object associated with a network error.

def redirect(url: String, status: Int): Response
Value parameters:
status

redirect status

Returns:

a new Response

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object