Class FormData

Index

Methods

Methods

public append(key: string, value: any): FormData

Parameters

  • key: string
  • value: any

Returns

FormData

public getHeaders(): Object

Returns

Object

public pipe(to: any): any

Parameters

  • to: any

Returns

any