pdf.js/src/shared
Jonas Jenwald 5894bfa449 Move API specific compatibility options from src/shared/compatibility.js and into a separate file
Unfortunately, as far as I can tell, we still need the ability to adjust certain API options depending on the browser environment in PDF.js version `2.0`. However, we should be able to separate this from the general compatibility code in the `src/shared/compatibility.js` file.
2018-03-01 18:11:16 +01:00
..
cffStandardStrings.js Fix errors reported by the comma-spacing ESLint rule 2016-12-12 20:35:53 +01:00
compatibility.js Move API specific compatibility options from src/shared/compatibility.js and into a separate file 2018-03-01 18:11:16 +01:00
fonts_utils.js Removes error() 2017-07-07 09:40:24 -05:00
global_scope.js Moves global scope out of shared/util. 2017-08-22 18:20:52 -05:00
is_node.js Restore the btoa/atob polyfills for Node.js 2018-01-13 01:31:05 +01:00
streams_polyfill.js Enable some polyfills for compat with Chrome 49 2018-01-26 12:31:41 +01:00
util.js Move the verbosity option from the global PDFJS object and into getDocument/PDFWorker instead 2018-02-16 13:22:35 +01:00