Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-12-23 04:28:39 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-12-25 08:59:32 +0300
commit61e60a5e88effaf14516f6b03c1be6d9b6160590 (patch)
tree92ed032f07b118ee8df0e51863b057bfa07d4f12 /doc/api/v8.md
parent5cc4b69fd42e73a5cb636ee318024cc425f97b1f (diff)
doc: remove legacy in-page links in v8.md
Use autogenerated id attributes. PR-URL: https://github.com/nodejs/node/pull/41291 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 22a3b6e153d..6c14615e08e 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -827,9 +827,9 @@ Called when the promise receives a resolution or rejection value. This may
occur synchronously in the case of `Promise.resolve()` or `Promise.reject()`.
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
-[Hook Callbacks]: #hook_callbacks
+[Hook Callbacks]: #hook-callbacks
[V8]: https://developers.google.com/v8/
-[`AsyncLocalStorage`]: async_context.md#class_asynclocalstorage
+[`AsyncLocalStorage`]: async_context.md#class-asynclocalstorage
[`Buffer`]: buffer.md
[`DefaultDeserializer`]: #class-v8defaultdeserializer
[`DefaultSerializer`]: #class-v8defaultserializer
@@ -839,20 +839,20 @@ occur synchronously in the case of `Promise.resolve()` or `Promise.reject()`.
[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
[`NODE_V8_COVERAGE`]: cli.md#node_v8_coveragedir
[`Serializer`]: #class-v8serializer
-[`after` callback]: #after_promise
+[`after` callback]: #afterpromise
[`async_hooks`]: async_hooks.md
-[`before` callback]: #before_promise
+[`before` callback]: #beforepromise
[`buffer.constants.MAX_LENGTH`]: buffer.md#bufferconstantsmax_length
[`deserializer._readHostObject()`]: #deserializer_readhostobject
[`deserializer.transferArrayBuffer()`]: #deserializertransferarraybufferid-arraybuffer
-[`init` callback]: #init_promise_parent
+[`init` callback]: #initpromise-parent
[`serialize()`]: #v8serializevalue
[`serializer._getSharedArrayBufferId()`]: #serializer_getsharedarraybufferidsharedarraybuffer
[`serializer._writeHostObject()`]: #serializer_writehostobjectobject
[`serializer.releaseBuffer()`]: #serializerreleasebuffer
[`serializer.transferArrayBuffer()`]: #serializertransferarraybufferid-arraybuffer
[`serializer.writeRawBytes()`]: #serializerwriterawbytesbuffer
-[`settled` callback]: #settled_promise
+[`settled` callback]: #settledpromise
[`v8.stopCoverage()`]: #v8stopcoverage
[`v8.takeCoverage()`]: #v8takecoverage
[`vm.Script`]: vm.md#new-vmscriptcode-options