pdf.js/src/shared
Jonas Jenwald f6c4a1f080 Convert Util to a class with static methods
Also replaces `var` with `const` in all the relevant code.
2019-08-11 14:35:35 +02:00
..
cffStandardStrings.js Fix errors reported by the comma-spacing ESLint rule 2016-12-12 20:35:53 +01:00
compatibility.js Fallback to the built-in font renderer when font loading fails 2019-02-11 10:27:08 +01:00
fonts_utils.js Convert some usage of indexOf to startsWith/includes where applicable 2019-01-18 17:57:41 +01:00
global_scope.js Moves global scope out of shared/util. 2017-08-22 18:20:52 -05:00
is_node.js fix: electron enviroment detection 2019-03-26 20:52:49 +08:00
message_handler.js Simplify, and inline, the finalize function in the MessageHandler class 2019-07-13 17:54:32 +02:00
streams_polyfill.js Stop bundling the ReadableStream polyfill in MOZCENTRAL builds (PR 10470 follow-up) 2019-01-23 20:33:20 +01:00
url_polyfill.js Try to, completely, avoid loading the ReadableStream polyfill in MOZCENTRAL builds 2019-01-19 09:05:01 +01:00
util.js Convert Util to a class with static methods 2019-08-11 14:35:35 +02:00