79465248

Date: 2025-02-25 02:17:48
Score: 1
Natty:
Report link

The reason you're getting the fake worker and the warning is because you're importing pdf.worker.min.js in your HTML file. What you should be doing instead is setting

GlobalWorkerOptions.workerSrc = './pdf.worker.min.js'

as kca notes. But also remove the HTML script import.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29786117