pdfrx_web
    Preparing search index...

    Interface PdfLoadingProgress

    Progress of the document being opened (see PdfrxViewer.loadingProgress).

    interface PdfLoadingProgress {
        bytesReceived: number;
        bytesTotal: number | null;
    }
    Index
    bytesReceived: number

    Bytes received so far.

    bytesTotal: number | null

    Total bytes, or null when the source did not report a length.