happy-opfs
    Preparing search index...

    Interface ReadOptions

    Options for reading files with specified encoding.

    interface ReadOptions {
        encoding?: FileEncoding;
    }
    Index

    Properties

    Properties

    encoding?: FileEncoding

    The encoding to use for reading the file's content.

    'bytes'