-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert globalScope
and isNodeJS
to proper modules
#11316
Convert globalScope
and isNodeJS
to proper modules
#11316
Conversation
Slightly unrelated to the rest of the patch, but this also removes an out-of-place `globals` definition from the `web/viewer.js` file.
Given that this shouldn't change after the `pdf.js`/`pdf.worker.js` files have been loaded, it doesn't seems necessary to keep this as a function.
c219282
to
74e00ed
Compare
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/1d8f9e1b94e766b/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/bbb4f2159360d81/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/bbb4f2159360d81/output.txt Total script time: 18.53 mins
|
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/1d8f9e1b94e766b/output.txt Total script time: 26.38 mins
Image differences available at: http://54.215.176.217:8877/1d8f9e1b94e766b/reftest-analyzer.html#web=eq.log |
Looks better like this. Thanks! |
Slightly unrelated to the rest of the patch, but this also removes an out-of-place
globals
definition from theweb/viewer.js
file.