Interface NodeFetch

Hierarchy

  • NodeFetch

Properties

Blob: {
    prototype: Blob;
    new (blobParts?, options?): Blob;
}

Type declaration

    • new (blobParts?, options?): Blob
    • Parameters

      • Optional blobParts: BlobPart[]
      • Optional options: BlobPropertyBag

      Returns Blob

  • prototype: Blob
File: {
    prototype: File;
    new (fileBits, fileName, options?): File;
}

Type declaration

    • new (fileBits, fileName, options?): File
    • Parameters

      • fileBits: BlobPart[]
      • fileName: string
      • Optional options: FilePropertyBag

      Returns File

  • prototype: File
FormData: {
    prototype: FormData;
    new (form?, submitter?): FormData;
}

Type declaration

    • new (form?, submitter?): FormData
    • Parameters

      • Optional form: HTMLFormElement
      • Optional submitter: null | HTMLElement

      Returns FormData

  • prototype: FormData
Headers: {
    prototype: Headers;
    new (init?): Headers;
}

Type declaration

    • new (init?): Headers
    • Parameters

      • Optional init: HeadersInit

      Returns Headers

  • prototype: Headers
Request: any
Response: any
default: any

Generated using TypeDoc