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