class Response extends Object
- Annotations
- @RawJSType() @native() @JSImport( "node-fetch" , "Response" )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Response
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Response()
Value Members
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val headers: Headers
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def json(): Promise[Dynamic]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val status: Int
- val statusText: String
- def text(): Promise[String]
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object