• 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.

    Returns Promise<Uint8Array>

Generated using TypeDoc