We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9037b3 commit 6796d23Copy full SHA for 6796d23
src/schedule.js
@@ -9,7 +9,7 @@ var NativePromise = util.getNativePromise();
9
// async task scheduling across target platforms. Note that not all JS target
10
// platforms come supported. The scheduler is overridable with `setScheduler`.
11
12
-// Our scheduler for NodeJS/io.js is setImmediate for recent
+// Our scheduler for Node.js/io.js is setImmediate for recent
13
// versions of node because of macrotask semantics.
14
// The `typeof` check is for an edge case with nw.js.
15
if (util.isNode && typeof MutationObserver === "undefined") {
0 commit comments