minigame-std
    Preparing search index...

    Interface ReadOptions

    Options for reading files with specified encoding.

    interface ReadOptions {
        encoding?: FileEncoding;
    }
    Index

    Properties

    Properties

    encoding?: FileEncoding

    Read file encoding type, support binary(ArrayBuffer) utf8(string) blob(Blob)

    'binary'