Results

Namespace

Type

Hierarchy

  • FormData <-- You are here!

Index

Constructors

Methods

Constructors

constructor

Methods

append

  • append(name: string, value: string | Blob, fileName?: undefined | string): void
  • Parameters

    • name: string
    • value: string | Blob
    • Optional fileName: undefined | string

    Returns void

delete

  • delete(name: string): void
  • Parameters

    • name: string

    Returns void

get

  • get(name: string): string | null
  • Parameters

    • name: string

    Returns string | null

getAll

  • getAll(name: string): string[]
  • Parameters

    • name: string

    Returns string[]

has

  • has(name: string): boolean
  • Parameters

    • name: string

    Returns boolean

set

  • set(name: string, value: string | Blob, fileName?: undefined | string): void
  • Parameters

    • name: string
    • value: string | Blob
    • Optional fileName: undefined | string

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc