Fetches the binary file at the specified input URL and returns it as a Promise of an ArrayBuffer. If init is specified, it is passed along to the underlying call to fetch.
A valid URL string.
Optional
An optional request initialization object.
Fetches the binary file at the specified input URL and returns it as a Promise of an ArrayBuffer. If init is specified, it is passed along to the underlying call to fetch.