pdf.js/src/shared
Jonas Jenwald 02bdacef42 Ensure that Errors are handled correctly when using postMessage with Streams in MessageHandler
Having recently worked with this code, it struck me that most of the `postMessage` calls where `Error`s are involved have never been correctly implemented (i.e. missing `wrapReason` calls).
2019-09-02 23:31:07 +02:00
..
cffStandardStrings.js Fix errors reported by the comma-spacing ESLint rule 2016-12-12 20:35:53 +01:00
compatibility.js Move polyfill for codePointAt to String prototype. 2019-08-16 14:32:43 -07: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 Ensure that Errors are handled correctly when using postMessage with Streams in MessageHandler 2019-09-02 23:31:07 +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 Replace of all usages of var with let/const in the src/shared/util.js file 2019-08-11 14:35:35 +02:00