mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
removed safari compatibility check
This commit is contained in:
parent
a278c5a8dc
commit
331ac8ae74
4 changed files with 5 additions and 18 deletions
|
@ -157,12 +157,12 @@ const defaultOptions = {
|
|||
},
|
||||
disableRange: {
|
||||
/** @type {boolean} */
|
||||
value: apiCompatibilityParams.disableRange || false,
|
||||
value: false,
|
||||
kind: OptionKind.API,
|
||||
},
|
||||
disableStream: {
|
||||
/** @type {boolean} */
|
||||
value: apiCompatibilityParams.disableStream || false,
|
||||
value: false,
|
||||
kind: OptionKind.API,
|
||||
},
|
||||
isEvalSupported: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue