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
@ -77,7 +77,7 @@ const config = JSON.parse(fs.readFileSync(CONFIG_FILE).toString());
|
|||||||
|
|
||||||
const ENV_TARGETS = [
|
const ENV_TARGETS = [
|
||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
"Chrome >= 88",
|
"Chrome >= 92",
|
||||||
"Firefox ESR",
|
"Firefox ESR",
|
||||||
"Safari >= 15.4",
|
"Safari >= 15.4",
|
||||||
"Node >= 18",
|
"Node >= 18",
|
||||||
|
@ -36,22 +36,6 @@ import { isNodeJS } from "./is_node.js";
|
|||||||
polyfillPath2D(globalThis);
|
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
|
// Support: Chrome<98
|
||||||
(function checkStructuredClone() {
|
(function checkStructuredClone() {
|
||||||
if (globalThis.structuredClone) {
|
if (globalThis.structuredClone) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user