pdf.js/src/display
Jonas Jenwald 18e0b10d3c [api-minor] Remove the disableCreateObjectURL option from the getDocument parameters, since it's now unused in the API
With the changes in previous patches, the `disableCreateObjectURL` option/functionality is no longer used for anything in the API and/or in the Worker code.

Note however that there's some functionality, mainly related to file loading/downloading, in the GENERIC version of the default viewer which still depends on this option.
Hence the `disableCreateObjectURL` option (and related compatibility code) is moved into the viewer, see e.g. `web/app_options.js`, such that it's still available in the default viewer.
2020-05-22 00:22:48 +02:00
..
annotation_layer.js Include the name for interactive form elements 2020-04-27 16:55:35 +02:00
api_compatibility.js [api-minor] Remove the disableCreateObjectURL option from the getDocument parameters, since it's now unused in the API 2020-05-22 00:22:48 +02:00
api.js [api-minor] Remove the disableCreateObjectURL option from the getDocument parameters, since it's now unused in the API 2020-05-22 00:22:48 +02:00
canvas.js [api-minor] Decode all JPEG images with the built-in PDF.js decoder in src/core/jpg.js 2020-05-22 00:22:48 +02:00
content_disposition.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
display_utils.js Remove the, now unused, releaseImageResources helper function 2020-05-22 00:22:48 +02:00
fetch_stream.js Re-factor setPDFNetworkStreamFactory, in src/display/api.js, to also accept an asynchronous function 2020-05-20 13:18:18 +02:00
font_loader.js Add more categories of unsupported features. 2020-05-04 11:02:16 -07:00
metadata.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
network_utils.js Enable the unicorn/prefer-starts-ends-with ESLint plugin rule 2020-02-16 12:41:53 +01:00
network.js Use the ESLint no-restricted-syntax rule to ensure that assert is always called with two arguments 2020-05-05 13:40:05 +02:00
node_stream.js Re-factor setPDFNetworkStreamFactory, in src/display/api.js, to also accept an asynchronous function 2020-05-20 13:18:18 +02:00
pattern_helper.js Whitelist closure related cases to address the remaining no-shadow linting errors 2020-03-25 11:57:12 +01:00
svg.js [api-minor] Remove the disableCreateObjectURL option from the getDocument parameters, since it's now unused in the API 2020-05-22 00:22:48 +02:00
text_layer.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
transport_stream.js Use the ESLint no-restricted-syntax rule to ensure that assert is always called with two arguments 2020-05-05 13:40:05 +02:00
webgl.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
worker_options.js Update the GlobalWorkerOptions.workerSrc JSDoc comment 2020-01-19 12:44:42 +01:00
xml_parser.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00