-
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
Removed safari compatibility check (issue #9824) #9830
Conversation
// Last tested with version 6.0.4. | ||
if (isSafari || isIOS) { | ||
compatibilityParams.disableRange = true; | ||
compatibilityParams.disableStream = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With these now being removed, all occurrences of apiCompatibilityParams.disableRange
/apiCompatibilityParams.disableStream
throughout the code-base will always be undefined
and ought to be removed as well.
See also https://github.com/mozilla/pdf.js/wiki/Squashing-Commits
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/e2c981cff6a7839/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/e2c981cff6a7839/output.txt Total script time: 8.56 mins Published |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/16a2be22d32c37e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/a68d01febf81b17/output.txt |
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/a68d01febf81b17/output.txt Total script time: 23.72 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/16a2be22d32c37e/output.txt Total script time: 38.37 mins
|
Looks good. Thank you for improving this! |
Removed safari compatibility check (issue mozilla#9824)
Fixes #9824