pdf.js/src/shared
Jonas Jenwald 74e00ed93c Change isNodeJS from a function to a constant
Given that this shouldn't change after the `pdf.js`/`pdf.worker.js` files have been loaded, it doesn't seems necessary to keep this as a function.
2019-11-10 16:44:29 +01:00
..
cffStandardStrings.js Fix errors reported by the comma-spacing ESLint rule 2016-12-12 20:35:53 +01:00
compatibility.js Change isNodeJS from a function to a constant 2019-11-10 16:44:29 +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 Convert globalScope and isNodeJS to proper modules 2019-11-10 16:44:29 +01:00
is_node.js Change isNodeJS from a function to a constant 2019-11-10 16:44:29 +01:00
message_handler.js [MessageHandler] Convert the code to a proper class 2019-10-30 23:22:59 +01:00
streams_polyfill.js Replace the bundled ReadableStream polyfill with the web-streams-polyfill npm package (issue 11157) 2019-09-23 22:16:59 +02:00
util.js Support UTF-16 little-endian strings in the stringToPDFString helper function (bug 1593902) 2019-11-05 12:43:17 +01:00