Packages

class Response extends Object

Annotations
@RawJSType() @native() @JSImport( "node-fetch" , "Response" )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Response
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Response()

Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. val headers: Headers
  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. def json(): Promise[Dynamic]
  5. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  6. val status: Int
  7. val statusText: String
  8. def text(): Promise[String]
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. def valueOf(): Any
    Definition Classes
    Object