pdf.js/src/shared
Jonas Jenwald ee09336f32 Restore the URL.createObjectURL check to the createObjectURL utility function (issue 8344)
This is a regression from commit 3888a993b1.

It turns out the even though we have a `URL` polyfill, it's still dependent on the existence of native `URL.{createObjectURL, revokeObjectURL}` functions.
Since no such thing exists in Node.js, our `createObjectURL` utility function breaks there.
2017-04-27 20:57:15 +02:00
..
cffStandardStrings.js Fix errors reported by the comma-spacing ESLint rule 2016-12-12 20:35:53 +01:00
compatibility.js Enable the object-shorthand ESLint rule in src/shared 2017-04-25 16:07:59 +02:00
fonts_utils.js Switch to using ESLint, instead of JSHint, for linting 2016-12-16 21:06:36 +01:00
util.js Restore the URL.createObjectURL check to the createObjectURL utility function (issue 8344) 2017-04-27 20:57:15 +02:00