mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge pull request #846 from jviereck/feature_img_data
Add feature detection for using Uint8Array as imageData
This commit is contained in:
commit
7edefbbe41
3 changed files with 42 additions and 17 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var isWorker = (typeof window == 'undefined');
|
||||
|
||||
/**
|
||||
* Maximum time to wait for a font to be loaded by font-face rules.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue