pdf.js/src/display
2019-12-08 20:19:04 +01:00
..
annotation_layer.js Ensure that Popup annotations, where the parent annotation is a polyline, will always be possible to open/close (issue 11122) 2019-11-09 13:35:59 +01:00
api_compatibility.js Change isNodeJS from a function to a constant 2019-11-10 16:44:29 +01:00
api.js Re-factor getMainThreadWorkerMessageHandler to support arbitrary global scopes, rather than only window 2019-12-08 20:19:04 +01:00
canvas.js Scale stroking line width when using a tiling pattern. 2019-07-08 13:47:54 -07:00
content_disposition.js Consistently use @returns for returned data types in JSDoc comments 2019-10-13 13:58:17 +02:00
display_utils.js Slightly re-factor setting of the link target in addLinkAttributes 2019-11-02 14:01:31 +01:00
fetch_stream.js Update fetch_stream.js to use const in more places 2019-05-16 09:15:43 +02:00
font_loader.js Enable the getter-return, no-dupe-else-if, and no-setter-return ESLint rules 2019-11-23 11:40:30 +01:00
metadata.js When parsing Metadata, attempt to remove "junk" before the first tag (PR 10398 follow-up) 2019-01-16 12:44:27 +01:00
network_utils.js decode filename when match an urlencode filename from contentDispositionFilename 2019-07-31 09:33:56 +08:00
network.js Convert network.js to use ES6 classes 2019-05-16 10:08:51 +02:00
node_stream.js Avoid dispatching range requests to fetch PDF data that's already loaded with streaming (PR 10675 follow-up) 2019-04-13 00:26:13 +02:00
pattern_helper.js Apply bounding box before using shading patterns. 2019-07-08 14:05:48 -07:00
svg.js Change isNodeJS from a function to a constant 2019-11-10 16:44:29 +01:00
text_layer.js Replace globalScope with the standard globalThis property instead 2019-12-08 20:19:02 +01:00
transport_stream.js Convert transport_stream.js to use ES6 classes 2019-05-16 09:15:39 +02:00
webgl.js Update the ESLint dependencies, and also tweak the no-multiple-empty-lines rules 2018-01-03 13:32:57 +01:00
worker_options.js Introduce a GlobalWorkerOptions object for (basic) Worker configuration 2018-02-16 13:22:35 +01:00
xml_parser.js Prevent errors, in SimpleXMLParser.onEndElement, when the stack has already been completely parsed (issue 10410) 2019-01-05 11:15:34 +01:00