No PDFJS.workerSrc specified

前端 未结 5 1245
借酒劲吻你
借酒劲吻你 2021-01-07 23:18

Trying to use PDF JS in a local Apache server and receiving the following error in console:

Uncaught Error: No PDFJS.workerSrc specified

Th

5条回答
  •  不知归路
    2021-01-08 00:10

    Include compatibility.js to fix the "Uncaught Error: No PDFJS.workerSrc specified" error on IE11.

    https://github.com/mozilla/pdf.js/blob/master/src/shared/compatibility.js

    
    
    

    compatibility.js implements any missing functionality required by PDFJS.

    Note: It should be loaded before PDFJS, not after.

提交回复
热议问题