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 d4b9f02 commit b4fbe04Copy full SHA for b4fbe04
test/timers/test-timers-reliability.js
@@ -32,7 +32,7 @@ var intervalFired = false;
32
*/
33
34
var monoTimer = new Timer();
35
-monoTimer.ontimeout = function() {
+monoTimer[Timer.kOnTimeout] = function() {
36
/*
37
* Make sure that setTimeout's and setInterval's callbacks have
38
* already fired, otherwise it means that they are vulnerable to
0 commit comments