pdf.js/examples/node
Jonas Jenwald ff9d2b2ab1 Prevent run-time errors in Node.js versions with URL.createObjectURL support (issue 14170)
Apparently Node.js has added *global* `URL.createObjectURL` support, but not done the same thing for `Blob`. Hence we also need to check for the availability of `Blob` in the `createObjectURL` helper function, and it's probably a good idea to also update `examples/node/pdf2svg.js` to work-around this until these changes reach an official PDF.js release.
2021-10-21 10:32:44 +02:00
..
pdf2png Convert examples/node/pdf2png/pdf2png.js to await/async 2021-10-14 20:35:18 +10:00
.eslintrc Turn on ESLint in examples directory, apply examples-specific exceptions 2018-12-11 15:23:26 +01:00
domstubs.js Stop encoding the value in the DOMElement.setAttribute method (issue 8558) 2021-06-20 11:55:24 +02:00
getinfo.js Replace *most* cases of var with let/const in the examples/ folder 2021-03-12 17:16:59 +01:00
pdf2svg.js Prevent run-time errors in Node.js versions with URL.createObjectURL support (issue 14170) 2021-10-21 10:32:44 +02:00