pdfrx_web
    Preparing search index...

    Interface PdfWorkerUrls

    Where the engine's assets live, as passed to a worker factory.

    interface PdfWorkerUrls {
        wasmUrl: string;
        workerUrl: string;
    }
    Index
    wasmUrl: string

    Absolute URL of pdfium.wasm. The worker script reads it from the global pdfiumWasmUrl, which the bootstrap must define before running the script.

    workerUrl: string

    Absolute URL of pdfium_worker.js, a classic worker script.