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.
1 parent 07328dc commit b7d9969Copy full SHA for b7d9969
internal/jsre/jsre.go
@@ -189,7 +189,7 @@ loop:
189
if !isFunc {
190
panic(re.vm.ToValue("js error: timer/timeout callback is not a function"))
191
}
192
- call(goja.Null(), timer.call.Arguments...)
+ call(goja.Null(), timer.call.Arguments[2:]...)
193
194
_, inreg := registry[timer] // when clearInterval is called from within the callback don't reset it
195
if timer.interval && inreg {
0 commit comments