@haxall/haxall
    Preparing search index...

    Interface BrotliOptions

    interface BrotliOptions {
        chunkSize?: number;
        finishFlush?: number;
        flush?: number;
        maxOutputLength?: number;
        params?: { [key: number]: number | boolean };
    }
    Index

    Properties

    chunkSize?: number
    16*1024
    
    finishFlush?: number
    constants.BROTLI_OPERATION_FINISH
    
    flush?: number
    constants.BROTLI_OPERATION_PROCESS
    
    maxOutputLength?: number

    Limits output size when using convenience methods.

    buffer.kMaxLength
    
    params?: { [key: number]: number | boolean }

    Type Declaration

    • [key: number]: number | boolean

      Each key is a constants.BROTLI_* constant.