Interface FsRequestOptions

Hierarchy

  • FsRequestOptions

Properties

blobResponse?: boolean
cache?: RequestCache
cancelToken?: FsCancelToken
data?: any
filestackHeaders?: boolean
method?: FsHttpMethod
mode?: RequestMode
onProgress?: ((pr: ProgressEvent<EventTarget>) => any)

Type declaration

    • (pr: ProgressEvent<EventTarget>): any
    • Parameters

      • pr: ProgressEvent<EventTarget>

      Returns any

redirect?: RequestRedirect
timeout?: number
url?: string