Browse Source

Simulate support of the Int8Array for IE9

Yury Delendik 11 years ago
parent
commit
cebf7836f4
  1. 1
      web/compatibility.js

1
web/compatibility.js

@ -85,6 +85,7 @@ if (typeof PDFJS === 'undefined') { @@ -85,6 +85,7 @@ if (typeof PDFJS === 'undefined') {
}
window.Uint8Array = TypedArray;
window.Int8Array = TypedArray;
// we don't need support for set, byteLength for 32-bit array
// so we can use the TypedArray as well

Loading…
Cancel
Save