linXiv frontend (TS/JS)
    Preparing search index...

    Variable pdfDocumentOptionsConst

    pdfDocumentOptions: { disableRange: boolean; disableStream: boolean } = ...

    Shared pdf.js init options for every react-pdf . Range/stream loading resolves the document early and re-lays out pages as chunks arrive, which flashes for the whole download on slow links; force the full download first instead. Module-level const: react-pdf reloads if identity changes.

    Type Declaration

    • disableRange: boolean
    • disableStream: boolean