mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-09 08:35:47 +02:00
Updated Required Browser Features (markdown)
parent
e09948e918
commit
a846fd2c99
@ -121,6 +121,10 @@ if the browser does not support it. This is important for output of the error me
|
||||
The `console.log` and `.error` functions will be replaced, if the browser does not allow to use
|
||||
the bind method with these functions.
|
||||
|
||||
## <a id="apply-typed-array"></a>Function.prototype.apply accepts typed array
|
||||
|
||||
The core code relies on the `Function.prototype.apply' method to accept the typed array as the second argument.
|
||||
No emulation is provided in browsers that do not support it.
|
||||
|
||||
## <a id="navigator-language"></a>navigator.language is present
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user