summaryrefslogtreecommitdiff
path: root/doc/api/worker_threads.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2018-11-27 11:49:21 -0800
committerRich Trott <rtrott@gmail.com>2018-11-28 13:09:31 -0800
commit64cea5a1acc250d852d183e2eece8b3c0fdcc90f (patch)
tree8d489300c645b1f5a57aa56b428f9a4665e1637d /doc/api/worker_threads.md
parent063e8fbe781ceff44dda633e116639ed7bb9eb1d (diff)
downloadandroid-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.tar.gz
android-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.tar.bz2
android-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.zip
doc: sort bottom-of-file markdown links
Reapply https://github.com/nodejs/node/pull/12726 It would be nice to have the sort check applied as part of doc testing, but this change doesn't implement that. PR-URL: https://github.com/nodejs/node/pull/24679 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 328bb55c88..0fc133376d 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -463,35 +463,35 @@ active handle in the event system. If the worker is already `unref()`ed calling
[`Buffer`]: buffer.html
[`EventEmitter`]: events.html
[`MessagePort`]: #worker_threads_class_messageport
-[`port.postMessage()`]: #worker_threads_port_postmessage_value_transferlist
+[`SharedArrayBuffer`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
+[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
[`Worker`]: #worker_threads_class_worker
-[`worker.terminate()`]: #worker_threads_worker_terminate_callback
-[`worker.postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
-[`worker.on('message')`]: #worker_threads_event_message_1
-[`worker.threadId`]: #worker_threads_worker_threadid_1
+[`cluster` module]: cluster.html
+[`inspector`]: inspector.html
[`port.on('message')`]: #worker_threads_event_message
-[`process.exit()`]: process.html#process_process_exit_code
+[`port.postMessage()`]: #worker_threads_port_postmessage_value_transferlist
[`process.abort()`]: process.html#process_process_abort
[`process.chdir()`]: process.html#process_process_chdir_directory
[`process.env`]: process.html#process_process_env
-[`process.stdin`]: process.html#process_process_stdin
+[`process.exit()`]: process.html#process_process_exit_code
[`process.stderr`]: process.html#process_process_stderr
+[`process.stdin`]: process.html#process_process_stdin
[`process.stdout`]: process.html#process_process_stdout
[`process.title`]: process.html#process_process_title
-[`require('worker_threads').workerData`]: #worker_threads_worker_workerdata
-[`require('worker_threads').parentPort.on('message')`]: #worker_threads_event_message
-[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
[`require('worker_threads').isMainThread`]: #worker_threads_worker_ismainthread
+[`require('worker_threads').parentPort.on('message')`]: #worker_threads_event_message
[`require('worker_threads').parentPort`]: #worker_threads_worker_parentport
+[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
[`require('worker_threads').threadId`]: #worker_threads_worker_threadid
-[`cluster` module]: cluster.html
-[`inspector`]: inspector.html
-[v8.serdes]: v8.html#v8_serialization_api
-[`SharedArrayBuffer`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
-[Signals events]: process.html#process_signal_events
-[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
+[`require('worker_threads').workerData`]: #worker_threads_worker_workerdata
[`trace_events`]: tracing.html
-[browser `MessagePort`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort
-[child processes]: child_process.html
+[`worker.on('message')`]: #worker_threads_event_message_1
+[`worker.postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
+[`worker.terminate()`]: #worker_threads_worker_terminate_callback
+[`worker.threadId`]: #worker_threads_worker_threadid_1
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
+[Signals events]: process.html#process_signal_events
[Web Workers]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API
+[browser `MessagePort`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort
+[child processes]: child_process.html
+[v8.serdes]: v8.html#v8_serialization_api