pdf.js/src/display
Jonas Jenwald 5eabe08c74 Exclude the setPDFNetworkStreamFactory function from the built API docs
Please note that the `setPDFNetworkStreamFactory` functionality isn't exposed in the public API, i.e. not listed among the exports in the `src/pdf.js` file, and that even if it were it wouldn't really be useful considering that none of the `PDFNetworkStream`/`PDFFetchStream`/`PDFNodeStream` classes are exported either.
2020-03-23 16:41:06 +01:00
..
annotation_layer.js Render Popup annotations last, once all other annotations have been rendered (issue 11362) 2020-01-26 15:49:55 +01:00
api_compatibility.js Enable the ESLint prefer-const rule globally (PR 11450 follow-up) 2020-01-25 00:20:22 +01:00
api.js Exclude the setPDFNetworkStreamFactory function from the built API docs 2020-03-23 16:41:06 +01:00
canvas.js Remove variable shadowing from the JavaScript files in the src/display/ folder 2020-03-20 23:09:41 +01:00
content_disposition.js Remove variable shadowing from the JavaScript files in the src/display/ folder 2020-03-20 23:09:41 +01:00
display_utils.js Fix remaining linting errors, from enabling the prefer-const ESLint rule globally 2020-01-25 00:20:23 +01:00
fetch_stream.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
font_loader.js Move IsLittleEndianCached and IsEvalSupportedCached to src/shared/util.js 2020-03-12 11:36:26 +01:00
metadata.js Re-factor how Metadata class instances store its data internally 2020-02-13 18:23:15 +01:00
network_utils.js Enable the unicorn/prefer-starts-ends-with ESLint plugin rule 2020-02-16 12:41:53 +01:00
network.js Remove the FIREFOX build flag, since it's completely unused 2020-01-21 00:06:15 +01:00
node_stream.js Remove variable shadowing from the JavaScript files in the src/display/ folder 2020-03-20 23:09:41 +01:00
pattern_helper.js Remove variable shadowing from the JavaScript files in the src/display/ folder 2020-03-20 23:09:41 +01:00
svg.js Fix the horizontal scaling of texts with SVG backend. #10988 2020-03-02 14:54:41 +09:00
text_layer.js Remove variable shadowing from the JavaScript files in the src/display/ folder 2020-03-20 23:09:41 +01:00
transport_stream.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
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 Fix remaining linting errors, from enabling the prefer-const ESLint rule globally 2020-01-25 00:20:23 +01:00