mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Optimize usage of the memory in the LZWStream; linting
This commit is contained in:
parent
447ff0a059
commit
180747dbdc
2 changed files with 63 additions and 55 deletions
|
@ -40,6 +40,7 @@
|
|||
// so we can use the TypedArray as well
|
||||
window.Uint32Array = TypedArray;
|
||||
window.Int32Array = TypedArray;
|
||||
window.Uint16Array = TypedArray;
|
||||
})();
|
||||
|
||||
// Object.create() ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue