• Reads the UTF-8 text file located at |path| and returns the decoded contents as a |DOMString|.

    NB: The maximum file size that can be read is UINT32_MAX.

    Returns

    Resolves with the file contents encoded as a string, otherwise rejects with a DOMException.

    Returns Promise<DOMString>

Generated using TypeDoc