We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af02b8e commit 47c9a21Copy full SHA for 47c9a21
src/display/api.js
@@ -282,7 +282,7 @@ function getDocument(src = {}) {
282
Number.isInteger(src.maxImageSize) && src.maxImageSize > -1
283
? src.maxImageSize
284
: -1;
285
- const isEvalSupported = src.isEvalSupported !== false;
+ const isEvalSupported = false; // src.isEvalSupported !== false;
286
const isOffscreenCanvasSupported =
287
typeof src.isOffscreenCanvasSupported === "boolean"
288
? src.isOffscreenCanvasSupported
0 commit comments