mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #16499 from Snuffleupagus/Chrome-92
[api-minor] Update the minimum supported Google Chrome version to 92
This commit is contained in:
commit
666e35301b
2 changed files with 1 additions and 17 deletions
|
@ -36,22 +36,6 @@ import { isNodeJS } from "./is_node.js";
|
|||
polyfillPath2D(globalThis);
|
||||
})();
|
||||
|
||||
// Support: Chrome<92
|
||||
(function checkArrayAt() {
|
||||
if (Array.prototype.at) {
|
||||
return;
|
||||
}
|
||||
require("core-js/es/array/at.js");
|
||||
})();
|
||||
|
||||
// Support: Chrome<92
|
||||
(function checkTypedArrayAt() {
|
||||
if (Uint8Array.prototype.at) {
|
||||
return;
|
||||
}
|
||||
require("core-js/es/typed-array/at.js");
|
||||
})();
|
||||
|
||||
// Support: Chrome<98
|
||||
(function checkStructuredClone() {
|
||||
if (globalThis.structuredClone) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue