it-length-prefixed
    Preparing search index...

    Interface DecoderOptions

    interface DecoderOptions {
        lengthDecoder?: LengthDecoderFunction;
        maxDataLength?: number;
        maxLengthLength?: number;
        onData?(data: Uint8ArrayList): void;
        onLength?(length: number): void;
    }
    Index

    Properties

    lengthDecoder?: LengthDecoderFunction
    maxDataLength?: number
    maxLengthLength?: number

    Methods

    • Parameters

      • length: number

      Returns void