+5
-0
lines changedFilter options
+5
-0
lines changed Original file line number Diff line number Diff line change
@@ -79,3 +79,8 @@ setTimeout(common.mustCall(() => {
79
79
// Test 10 ms timeout separately.
80
80
setTimeout(common.mustCall(), 10);
81
81
setInterval(common.mustCall(function() { clearInterval(this); }), 10);
82
+
83
+
// Test no timeout separately
84
+
setTimeout(common.mustCall());
85
+
// eslint-disable-next-line no-restricted-syntax
86
+
setInterval(common.mustCall(function() { clearInterval(this); }));
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4