We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setImmediate
1 parent 01ea350 commit e591ab7Copy full SHA for e591ab7
scripts/build-compat-data.mjs
@@ -36,7 +36,7 @@ for (const scope of [data, external]) {
36
map('ChromeToElectron');
37
}
38
if (!module.edge) {
39
- if (ie && key !== 'web.immediate') {
+ if (ie && !key.includes('immediate')) {
40
module.edge = '12';
41
} else if (chrome) {
42
module.edge = String(Math.max(chrome, 74));
0 commit comments