mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-07 15:45:48 +02:00
Updated Required Browser Features (markdown)
parent
6d826bf8f0
commit
9ec1b93d07
@ -31,8 +31,7 @@ No emulation of the `addEventListener` method is provided in browsers that do no
|
||||
|
||||
## <a id="Uint8Array"></a><a id="Uint16Array"></a><a id="Int32Array"></a><a id="Float32Array"></a><a id="Float64Array"></a>Typed arrays are present
|
||||
|
||||
The `Uint8Array`, `Uint16Array`, `Int32Array`, `Float32Array` and `Float64Array` will be replaced
|
||||
by the artificial TypedArray object if those types are not implemented natively.
|
||||
The `Uint8Array`, `Uint16Array`, `Int32Array`, `Uint32Array`, `Float32Array` and `Float64Array` will be replaced by the artificial TypedArray object if those types are not implemented natively.
|
||||
|
||||
Only `subarray`, `buffer`, `set` and `byteLength` are similated. The `subarray` just clones the array. The `set` method is provided to emulate the `Uint8Array`'s `set` method. The emulated typed arrays are slower, don't truncate the items to specific data types and they are memory inefficient.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user