1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/src
Jonas Jenwald d4d933538b Re-factor setPDFNetworkStreamFactory, in src/display/api.js, to also accept an asynchronous function
As part of trying to reduce the usage of SystemJS in the development viewer, this patch is a necessary step that will allow removal of some `require` statements.

Currently this uses `SystemJS.import` in non-PRODUCTION mode, but it should be possible to replace those with standard *dynamic* `import` calls in the future.
2020-05-20 13:18:18 +02:00
..
core Reduce the usage of require statements in code-paths not protected by pre-processor and/or run-time checks 2020-05-14 15:57:49 +02:00
display Re-factor setPDFNetworkStreamFactory, in src/display/api.js, to also accept an asynchronous function 2020-05-20 13:18:18 +02:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Reduce the usage of require statements in code-paths not protected by pre-processor and/or run-time checks 2020-05-14 15:57:49 +02:00
doc_helper.js [api-major] Completely remove the global PDFJS object 2018-03-01 18:13:27 +01:00
interfaces.js Enable auto-formatting of the entire code-base using Prettier (issue 11444) 2019-12-26 12:34:24 +01:00
license_header.js Update the year in the license_header files 2020-01-05 12:14:03 +01:00
license_header_libre.js Update the year in the license_header files 2020-01-05 12:14:03 +01:00
pdf.image_decoders.js Ensure that all import and require statements, in the entire code-base, have a .js file extension 2020-01-04 13:01:43 +01:00
pdf.js Re-factor setPDFNetworkStreamFactory, in src/display/api.js, to also accept an asynchronous function 2020-05-20 13:18:18 +02:00
pdf.worker.entry.js Update the year in the license_header files 2020-01-05 12:14:03 +01:00
pdf.worker.js Enable auto-formatting of the entire code-base using Prettier (issue 11444) 2019-12-26 12:34:24 +01:00
worker_loader.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00