We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11275d3 commit cdb218eCopy full SHA for cdb218e
src/bundles/c/core/polyfills.c
@@ -28244,7 +28244,7 @@ const uint8_t tjs__polyfills[234111] = {
28244
0x00, 0x00, 0x38, 0x8a, 0x00, 0x00, 0x00, 0x5e,
28245
0x1d, 0x00, 0x41, 0x32, 0x09, 0x00, 0x00, 0x43,
28246
0x32, 0x09, 0x00, 0x00, 0x38, 0x8a, 0x00, 0x00,
28247
- 0x00, 0x5e, 0x1d, 0x00, 0x41, 0x32, 0x09, 0x00,
+ 0x00, 0x5e, 0x1d, 0x00, 0x41, 0x33, 0x09, 0x00,
28248
0x00, 0x43, 0x33, 0x09, 0x00, 0x00, 0x0b, 0xb4,
28249
0x4c, 0x34, 0x09, 0x00, 0x00, 0xb6, 0x4c, 0x35,
28250
0x09, 0x00, 0x00, 0xb7, 0x4c, 0x36, 0x09, 0x00,
src/js/polyfills/timers.js
@@ -4,4 +4,4 @@ globalThis.setTimeout = core.setTimeout;
4
globalThis.clearTimeout = core.clearTimeout;
5
6
globalThis.setInterval = core.setInterval;
7
-globalThis.clearInterval = core.setInterval;
+globalThis.clearInterval = core.clearInterval;
0 commit comments