1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Merge pull request #8107 from yurydelendik/init-via-port

Init PDFWorker via MesssagePort.
This commit is contained in:
Tim van der Meij 2017-02-25 00:13:33 +01:00 committed by GitHub
commit 752510ffa0
5 changed files with 52 additions and 4 deletions

View file

@ -205,7 +205,8 @@ target.dist = function() {
bugs: DIST_BUGS_URL,
license: DIST_LICENSE,
dependencies: {
'node-ensure': '^0.0.0' // shim for node for require.ensure
'node-ensure': '^0.0.0', // shim for node for require.ensure
'worker-loader': '^0.7.1', // used in external/dist/webpack.json
},
browser: {
'node-ensure': false