File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 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
123123event will be emitted.
124124
125125The 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
127127` process.nextTick() ` queue is always processed before the microtask queue
128128within each turn of the Node.js event loop.
129129
@@ -241,6 +241,7 @@ The object that acts as the namespace for all W3C
241241[ `console` ] : console.html
242242[ `exports` ] : modules.html#modules_exports
243243[ `module` ] : modules.html#modules_module
244+ [ `process.nextTick()` ] : process.html#process_process_nexttick_callback_args
244245[ `process` object ] : process.html#process_process
245246[ `require()` ] : modules.html#modules_require_id
246247[ `setImmediate` ] : timers.html#timers_setimmediate_callback_args
You can’t perform that action at this time.
0 commit comments