File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ The `queueMicrotask()` method queues a microtask to invoke `callback`. If
123
123
event will be emitted.
124
124
125
125
The microtask queue is managed by V8 and may be used in a similar manner to
126
- the ` process.nextTick() ` queue, which is managed by Node.js. The
126
+ the [ ` process.nextTick() ` ] [ ] queue, which is managed by Node.js. The
127
127
` process.nextTick() ` queue is always processed before the microtask queue
128
128
within each turn of the Node.js event loop.
129
129
@@ -241,6 +241,7 @@ The object that acts as the namespace for all W3C
241
241
[ `console` ] : console.html
242
242
[ `exports` ] : modules.html#modules_exports
243
243
[ `module` ] : modules.html#modules_module
244
+ [ `process.nextTick()` ] : process.html#process_process_nexttick_callback_args
244
245
[ `process` object ] : process.html#process_process
245
246
[ `require()` ] : modules.html#modules_require_id
246
247
[ `setImmediate` ] : timers.html#timers_setimmediate_callback_args
You can’t perform that action at this time.
0 commit comments