mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Update docs on the workerSrc setting.
This commit is contained in:
parent
29ee96cc67
commit
7563a9dfa0
2 changed files with 5 additions and 2 deletions
|
@ -16,7 +16,8 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
// Specify the main script used to create a new PDF.JS web worker.
|
||||
// In production, change this to point to the combined `pdf.js` file.
|
||||
// In production, leave this undefined or change it to point to the
|
||||
// combined `pdf.worker.js` file.
|
||||
PDFJS.workerSrc = '../../src/worker_loader.js';
|
||||
</script>
|
||||
<script type="text/javascript" src="hello.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue