mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-25 04:10:59 +02:00
This old helper function can now be replaced with `ArrayBuffer.isView()` and/or `instanceof ArrayBuffer` checks, as needed depending on the situation.