wasm-posix-host
    Preparing search index...

    Interface ParseTarGzipOptions

    interface ParseTarGzipOptions {
        label?: string;
        limits?: Partial<TarGzipLimits>;
    }
    Index

    Properties

    Properties

    label?: string

    Human-readable archive identity included in parse failures.

    limits?: Partial<TarGzipLimits>

    Override individual defaults without disabling the remaining bounds.