mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Implement progressive loading of PDFs
This commit is contained in:
parent
added3da8f
commit
ef423ef30c
25 changed files with 2110 additions and 586 deletions
|
@ -19,6 +19,9 @@
|
|||
|
||||
// List of files to include;
|
||||
var files = [
|
||||
'network.js',
|
||||
'chunked_stream.js',
|
||||
'pdf_manager.js',
|
||||
'core.js',
|
||||
'util.js',
|
||||
'canvas.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue