mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always
This commit is contained in:
parent
01d2929401
commit
cf7d4503d6
3 changed files with 42 additions and 41 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
var globalScope = (typeof window === 'undefined') ? this : window;
|
||||
|
||||
var isWorker = (typeof window == 'undefined');
|
||||
|
||||
var ERRORS = 0, WARNINGS = 1, TODOS = 5;
|
||||
var verbosity = WARNINGS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue