* Retrieves the content of the entry as an `ArrayBuffer` instance * * @param options The options. * @returns A promise resolving to an `ArrayBuffer` instance.
(options?: EntryGetDataOptions)
| 1128 | * @returns A promise resolving to an `ArrayBuffer` instance. |
| 1129 | */ |
| 1130 | arrayBuffer(options?: EntryGetDataOptions): Promise<ArrayBuffer>; |
| 1131 | } |
| 1132 | |
| 1133 | /** |
no outgoing calls