mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
removed safari compatibility check
This commit is contained in:
parent
a278c5a8dc
commit
331ac8ae74
4 changed files with 5 additions and 18 deletions
|
@ -286,10 +286,10 @@ function getDocument(src) {
|
|||
}
|
||||
|
||||
if (typeof params.disableRange !== 'boolean') {
|
||||
params.disableRange = apiCompatibilityParams.disableRange || false;
|
||||
params.disableRange = false;
|
||||
}
|
||||
if (typeof params.disableStream !== 'boolean') {
|
||||
params.disableStream = apiCompatibilityParams.disableStream || false;
|
||||
params.disableStream = false;
|
||||
}
|
||||
if (typeof params.disableAutoFetch !== 'boolean') {
|
||||
params.disableAutoFetch = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue