RequestUrlResponsePromise

RequestUrlResponsePromise interface

Signature:

export interface RequestUrlResponsePromise extends Promise<RequestUrlResponse> 

Extends: Promise<RequestUrlResponse>

(Some inherited members may not be shown because they are not represented in the documentation.)

Properties

PropertyModifiersTypeDescription
arrayBufferPromise<ArrayBuffer>
jsonPromise<any>
textPromise<string>