Reads up to |opts.maxBytes| of the file at |path| according to |opts|.
NB: The maximum file size that can be read is UINT32_MAX.
Resolves with an array of unsigned byte values read from disk, otherwise rejects with a DOMException.
Generated using TypeDoc
Reads up to |opts.maxBytes| of the file at |path| according to |opts|.
NB: The maximum file size that can be read is UINT32_MAX.
Returns
Resolves with an array of unsigned byte values read from disk, otherwise rejects with a DOMException.