Binary Raw - Docs
    Preparing search index...

    Interface InspectorOptions

    Configuration options passed to mountInspector.

    interface InspectorOptions {
        buffer: Uint8Array;
        maxPreviewBytes?: number;
    }
    Index

    Properties

    buffer: Uint8Array

    Full file buffer.

    maxPreviewBytes?: number

    Maximum number of bytes to show in the selection hex preview (default: 256).