Interface HttpsResponseLegacy<T>
Properties
contentLength
contentLength: number
Methods
toArrayBuffer
- toArrayBuffer(): ArrayBuffer
Returns ArrayBuffer
toArrayBufferAsync
- toArrayBufferAsync(): Promise<ArrayBuffer>
Returns Promise<ArrayBuffer>
toFile
- toFile(destinationFilePath): Promise<File>
Parameters
- destinationFilePath: string
Returns Promise<File>
toImage
- toImage(): Promise<ImageSource>
Returns Promise<ImageSource>
toJSON
- toJSON(): T
Returns T
toJSONAsync
- toJSONAsync(): Promise<T>
Returns Promise<T>
toString
- toString(): string
Returns string
toStringAsync
- toStringAsync(): Promise<string>
Returns Promise<string>