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
Property | Modifiers | Type | Description |
---|---|---|---|
arrayBuffer | Promise < ArrayBuffer > | ||
json | Promise <any> | ||
text | Promise <string> |