OpenFairyGUI API
    Preparing search index...

    Interface BinaryReadLimits

    interface BinaryReadLimits {
        maxCompressedBytes: number;
        maxCompressionRatio: number;
        maxDecompressedBytes: number;
    }
    Index
    maxCompressedBytes: number
    maxCompressionRatio: number
    maxDecompressedBytes: number