Package

io.scalajs.npm

nodefetch

Permalink

package nodefetch

node-fetch package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodefetch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait FetchResponse extends Object

    Permalink

    Fetch Response

    Fetch Response

    Annotations
    @RawJSType() @native()
  2. type Headers = Dictionary[String]

    Permalink
  3. trait NodeFetch extends Object

    Permalink

    node-fetch - A light-weight module that brings window.fetch to Node.js

    node-fetch - A light-weight module that brings window.fetch to Node.js

    Annotations
    @RawJSType() @native()
  4. implicit final class NodeFetchHeaderExtensions extends AnyVal

    Permalink

    Node Fetch Header Extensions

  5. class RequestOptions extends Object

    Permalink

    Request Options

    Request Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object NodeFetch extends Object with NodeFetch

    Permalink

    NodeFetch Singleton

    NodeFetch Singleton

    Annotations
    @native() @JSImport( "node-fetch" , JSImport.Default )

Inherited from AnyRef

Inherited from Any

Ungrouped