| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ed3278d commit 8e7a224
24 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,8 @@ release. | |||
| 28 | 28 | </tr> | |
| 29 | 29 | <tr> | |
| 30 | 30 | <td valign="top"> | |
| 31 | - <b><a href="doc/changelogs/CHANGELOG_V12.md#12.18.4">12.18.4</a></b><br/> | ||
| 31 | + <b><a href="doc/changelogs/CHANGELOG_V12.md#12.19.0">12.19.0</a></b><br/> | ||
| 32 | + <a href="doc/changelogs/CHANGELOG_V12.md#12.18.4">12.18.4</a><br/> | ||
| 32 | 33 | <a href="doc/changelogs/CHANGELOG_V12.md#12.18.3">12.18.3</a><br/> | |
| 33 | 34 | <a href="doc/changelogs/CHANGELOG_V12.md#12.18.2">12.18.2</a><br/> | |
| 34 | 35 | <a href="doc/changelogs/CHANGELOG_V12.md#12.18.1">12.18.1</a><br/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -236,7 +236,7 @@ NODE_MODULE_INIT(/* exports, module, context */) { | |||
| 236 | 236 | #### Worker support | |
| 237 | 237 | <!-- YAML | |
| 238 | 238 | changes: | |
| 239 | - - version: REPLACEME | ||
| 239 | + - version: v12.19.0 | ||
| 240 | 240 | pr-url: https://github.com/nodejs/node/pull/34572 | |
| 241 | 241 | description: Cleanup hooks may now be asynchronous. | |
| 242 | 242 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -151,7 +151,7 @@ try { | |||
| 151 | 151 | ||
| 152 | 152 | ## Class: `assert.CallTracker` | |
| 153 | 153 | <!-- YAML | |
| 154 | - added: REPLACEME | ||
| 154 | + added: v12.19.0 | ||
| 155 | 155 | --> | |
| 156 | 156 | ||
| 157 | 157 | > Stability: 1 - Experimental | |
@@ -160,7 +160,7 @@ This feature is currently experimental and behavior might still change. | |||
| 160 | 160 | ||
| 161 | 161 | ### `new assert.CallTracker()` | |
| 162 | 162 | <!-- YAML | |
| 163 | - added: REPLACEME | ||
| 163 | + added: v12.19.0 | ||
| 164 | 164 | --> | |
| 165 | 165 | ||
| 166 | 166 | Creates a new [`CallTracker`][] object which can be used to track if functions | |
@@ -189,7 +189,7 @@ process.on('exit', () => { | |||
| 189 | 189 | ||
| 190 | 190 | ### `tracker.calls([fn][, exact])` | |
| 191 | 191 | <!-- YAML | |
| 192 | - added: REPLACEME | ||
| 192 | + added: v12.19.0 | ||
| 193 | 193 | --> | |
| 194 | 194 | ||
| 195 | 195 | * `fn` {Function} **Default** A no-op function. | |
@@ -216,7 +216,7 @@ const callsfunc = tracker.calls(func); | |||
| 216 | 216 | ||
| 217 | 217 | ### `tracker.report()` | |
| 218 | 218 | <!-- YAML | |
| 219 | - added: REPLACEME | ||
| 219 | + added: v12.19.0 | ||
| 220 | 220 | --> | |
| 221 | 221 | ||
| 222 | 222 | * Returns: {Array} of objects containing information about the wrapper functions | |
@@ -262,7 +262,7 @@ tracker.report(); | |||
| 262 | 262 | ||
| 263 | 263 | ### `tracker.verify()` | |
| 264 | 264 | <!-- YAML | |
| 265 | - added: REPLACEME | ||
| 265 | + added: v12.19.0 | ||
| 266 | 266 | --> | |
| 267 | 267 | ||
| 268 | 268 | Iterates through the list of functions passed to | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -735,7 +735,7 @@ class DBQuery extends AsyncResource { | |||
| 735 | 735 | ||
| 736 | 736 | #### Static method: `AsyncResource.bind(fn[, type])` | |
| 737 | 737 | <!-- YAML | |
| 738 | - added: REPLACEME | ||
| 738 | + added: v12.19.0 | ||
| 739 | 739 | --> | |
| 740 | 740 | ||
| 741 | 741 | * `fn` {Function} The function to bind to the current execution context. | |
@@ -749,7 +749,7 @@ the `AsyncResource` to which the function is bound. | |||
| 749 | 749 | ||
| 750 | 750 | #### `asyncResource.bind(fn)` | |
| 751 | 751 | <!-- YAML | |
| 752 | - added: REPLACEME | ||
| 752 | + added: v12.19.0 | ||
| 753 | 753 | --> | |
| 754 | 754 | ||
| 755 | 755 | * `fn` {Function} The function to bind to the current `AsyncResource`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1376,7 +1376,7 @@ values. | |||
| 1376 | 1376 | <!-- YAML | |
| 1377 | 1377 | added: v12.0.0 | |
| 1378 | 1378 | changes: | |
| 1379 | - - version: REPLACEME | ||
| 1379 | + - version: v12.19.0 | ||
| 1380 | 1380 | pr-url: https://github.com/nodejs/node/pull/34960 | |
| 1381 | 1381 | description: This function is also available as `buf.readBigUint64BE()`. | |
| 1382 | 1382 | --> | |
@@ -1401,7 +1401,7 @@ added: | |||
| 1401 | 1401 | - v12.0.0 | |
| 1402 | 1402 | - v10.20.0 | |
| 1403 | 1403 | changes: | |
| 1404 | - - version: REPLACEME | ||
| 1404 | + - version: v12.19.0 | ||
| 1405 | 1405 | pr-url: https://github.com/nodejs/node/pull/34960 | |
| 1406 | 1406 | description: This function is also available as `buf.readBigUint64LE()`. | |
| 1407 | 1407 | --> | |
@@ -1713,7 +1713,7 @@ console.log(buf.readIntLE(0, 6).toString(16)); | |||
| 1713 | 1713 | <!-- YAML | |
| 1714 | 1714 | added: v0.5.0 | |
| 1715 | 1715 | changes: | |
| 1716 | - - version: REPLACEME | ||
| 1716 | + - version: v12.19.0 | ||
| 1717 | 1717 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 1718 | 1718 | description: This function is also available as `buf.readUint8()`. | |
| 1719 | 1719 | - version: v10.0.0 | |
@@ -1743,7 +1743,7 @@ console.log(buf.readUInt8(2)); | |||
| 1743 | 1743 | <!-- YAML | |
| 1744 | 1744 | added: v0.5.5 | |
| 1745 | 1745 | changes: | |
| 1746 | - - version: REPLACEME | ||
| 1746 | + - version: v12.19.0 | ||
| 1747 | 1747 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 1748 | 1748 | description: This function is also available as `buf.readUint16BE()`. | |
| 1749 | 1749 | - version: v10.0.0 | |
@@ -1772,7 +1772,7 @@ console.log(buf.readUInt16BE(1).toString(16)); | |||
| 1772 | 1772 | <!-- YAML | |
| 1773 | 1773 | added: v0.5.5 | |
| 1774 | 1774 | changes: | |
| 1775 | - - version: REPLACEME | ||
| 1775 | + - version: v12.19.0 | ||
| 1776 | 1776 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 1777 | 1777 | description: This function is also available as `buf.readUint16LE()`. | |
| 1778 | 1778 | - version: v10.0.0 | |
@@ -1803,7 +1803,7 @@ console.log(buf.readUInt16LE(2).toString(16)); | |||
| 1803 | 1803 | <!-- YAML | |
| 1804 | 1804 | added: v0.5.5 | |
| 1805 | 1805 | changes: | |
| 1806 | - - version: REPLACEME | ||
| 1806 | + - version: v12.19.0 | ||
| 1807 | 1807 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 1808 | 1808 | description: This function is also available as `buf.readUint32BE()`. | |
| 1809 | 1809 | - version: v10.0.0 | |
@@ -1830,7 +1830,7 @@ console.log(buf.readUInt32BE(0).toString(16)); | |||
| 1830 | 1830 | <!-- YAML | |
| 1831 | 1831 | added: v0.5.5 | |
| 1832 | 1832 | changes: | |
| 1833 | - - version: REPLACEME | ||
| 1833 | + - version: v12.19.0 | ||
| 1834 | 1834 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 1835 | 1835 | description: This function is also available as `buf.readUint32LE()`. | |
| 1836 | 1836 | - version: v10.0.0 | |
@@ -1859,7 +1859,7 @@ console.log(buf.readUInt32LE(1).toString(16)); | |||
| 1859 | 1859 | <!-- YAML | |
| 1860 | 1860 | added: v0.11.15 | |
| 1861 | 1861 | changes: | |
| 1862 | - - version: REPLACEME | ||
| 1862 | + - version: v12.19.0 | ||
| 1863 | 1863 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 1864 | 1864 | description: This function is also available as `buf.readUintBE()`. | |
| 1865 | 1865 | - version: v10.0.0 | |
@@ -1891,7 +1891,7 @@ console.log(buf.readUIntBE(1, 6).toString(16)); | |||
| 1891 | 1891 | <!-- YAML | |
| 1892 | 1892 | added: v0.11.15 | |
| 1893 | 1893 | changes: | |
| 1894 | - - version: REPLACEME | ||
| 1894 | + - version: v12.19.0 | ||
| 1895 | 1895 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 1896 | 1896 | description: This function is also available as `buf.readUintLE()`. | |
| 1897 | 1897 | - version: v10.0.0 | |
@@ -2307,7 +2307,7 @@ added: | |||
| 2307 | 2307 | - v12.0.0 | |
| 2308 | 2308 | - v10.20.0 | |
| 2309 | 2309 | changes: | |
| 2310 | - - version: REPLACEME | ||
| 2310 | + - version: v12.19.0 | ||
| 2311 | 2311 | pr-url: https://github.com/nodejs/node/pull/34960 | |
| 2312 | 2312 | description: This function is also available as `buf.writeBigUint64BE()`. | |
| 2313 | 2313 | --> | |
@@ -2332,7 +2332,7 @@ console.log(buf); | |||
| 2332 | 2332 | <!-- YAML | |
| 2333 | 2333 | added: v12.0.0 | |
| 2334 | 2334 | changes: | |
| 2335 | - - version: REPLACEME | ||
| 2335 | + - version: v12.19.0 | ||
| 2336 | 2336 | pr-url: https://github.com/nodejs/node/pull/34960 | |
| 2337 | 2337 | description: This function is also available as `buf.writeBigUint64LE()`. | |
| 2338 | 2338 | --> | |
@@ -2680,7 +2680,7 @@ console.log(buf); | |||
| 2680 | 2680 | <!-- YAML | |
| 2681 | 2681 | added: v0.5.0 | |
| 2682 | 2682 | changes: | |
| 2683 | - - version: REPLACEME | ||
| 2683 | + - version: v12.19.0 | ||
| 2684 | 2684 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 2685 | 2685 | description: This function is also available as `buf.writeUint8()`. | |
| 2686 | 2686 | - version: v10.0.0 | |
@@ -2714,7 +2714,7 @@ console.log(buf); | |||
| 2714 | 2714 | <!-- YAML | |
| 2715 | 2715 | added: v0.5.5 | |
| 2716 | 2716 | changes: | |
| 2717 | - - version: REPLACEME | ||
| 2717 | + - version: v12.19.0 | ||
| 2718 | 2718 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 2719 | 2719 | description: This function is also available as `buf.writeUint16BE()`. | |
| 2720 | 2720 | - version: v10.0.0 | |
@@ -2746,7 +2746,7 @@ console.log(buf); | |||
| 2746 | 2746 | <!-- YAML | |
| 2747 | 2747 | added: v0.5.5 | |
| 2748 | 2748 | changes: | |
| 2749 | - - version: REPLACEME | ||
| 2749 | + - version: v12.19.0 | ||
| 2750 | 2750 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 2751 | 2751 | description: This function is also available as `buf.writeUint16LE()`. | |
| 2752 | 2752 | - version: v10.0.0 | |
@@ -2778,7 +2778,7 @@ console.log(buf); | |||
| 2778 | 2778 | <!-- YAML | |
| 2779 | 2779 | added: v0.5.5 | |
| 2780 | 2780 | changes: | |
| 2781 | - - version: REPLACEME | ||
| 2781 | + - version: v12.19.0 | ||
| 2782 | 2782 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 2783 | 2783 | description: This function is also available as `buf.writeUint32BE()`. | |
| 2784 | 2784 | - version: v10.0.0 | |
@@ -2809,7 +2809,7 @@ console.log(buf); | |||
| 2809 | 2809 | <!-- YAML | |
| 2810 | 2810 | added: v0.5.5 | |
| 2811 | 2811 | changes: | |
| 2812 | - - version: REPLACEME | ||
| 2812 | + - version: v12.19.0 | ||
| 2813 | 2813 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 2814 | 2814 | description: This function is also available as `buf.writeUint32LE()`. | |
| 2815 | 2815 | - version: v10.0.0 | |
@@ -2840,7 +2840,7 @@ console.log(buf); | |||
| 2840 | 2840 | <!-- YAML | |
| 2841 | 2841 | added: v0.5.5 | |
| 2842 | 2842 | changes: | |
| 2843 | - - version: REPLACEME | ||
| 2843 | + - version: v12.19.0 | ||
| 2844 | 2844 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 2845 | 2845 | description: This function is also available as `buf.writeUintBE()`. | |
| 2846 | 2846 | - version: v10.0.0 | |
@@ -2873,7 +2873,7 @@ console.log(buf); | |||
| 2873 | 2873 | <!-- YAML | |
| 2874 | 2874 | added: v0.5.5 | |
| 2875 | 2875 | changes: | |
| 2876 | - - version: REPLACEME | ||
| 2876 | + - version: v12.19.0 | ||
| 2877 | 2877 | pr-url: https://github.com/nodejs/node/pull/34729 | |
| 2878 | 2878 | description: This function is also available as `buf.writeUintLE()`. | |
| 2879 | 2879 | - version: v10.0.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1215,7 +1215,7 @@ This can be called many times with new data as it is streamed. | |||
| 1215 | 1215 | <!-- YAML | |
| 1216 | 1216 | added: v11.6.0 | |
| 1217 | 1217 | changes: | |
| 1218 | - - version: REPLACEME | ||
| 1218 | + - version: v12.19.0 | ||
| 1219 | 1219 | pr-url: https://github.com/nodejs/node/pull/33360 | |
| 1220 | 1220 | description: Instances of this class can now be passed to worker threads | |
| 1221 | 1221 | using `postMessage`. | |
@@ -2781,7 +2781,7 @@ request. | |||
| 2781 | 2781 | ||
| 2782 | 2782 | ### `crypto.randomInt([min, ]max[, callback])` | |
| 2783 | 2783 | <!-- YAML | |
| 2784 | - added: REPLACEME | ||
| 2784 | + added: v12.19.0 | ||
| 2785 | 2785 | --> | |
| 2786 | 2786 | ||
| 2787 | 2787 | * `min` {integer} Start of random range (inclusive). **Default**: `0`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2547,7 +2547,7 @@ To maintain existing behaviour `response.finished` should be replaced with | |||
| 2547 | 2547 | <!-- YAML | |
| 2548 | 2548 | changes: | |
| 2549 | 2549 | - version: | |
| 2550 | - - REPLACEME | ||
| 2550 | + - v12.19.0 | ||
| 2551 | 2551 | - v14.0.0 | |
| 2552 | 2552 | pr-url: https://github.com/nodejs/node/pull/32499 | |
| 2553 | 2553 | description: Documentation-only deprecation. | |
@@ -2565,7 +2565,7 @@ API. | |||
| 2565 | 2565 | <!-- YAML | |
| 2566 | 2566 | changes: | |
| 2567 | 2567 | - version: | |
| 2568 | - - REPLACEME | ||
| 2568 | + - v12.19.0 | ||
| 2569 | 2569 | - v14.6.0 | |
| 2570 | 2570 | pr-url: https://github.com/nodejs/node/pull/32217 | |
| 2571 | 2571 | description: Documentation-only deprecation. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -401,7 +401,7 @@ if the socket is not connected. | |||
| 401 | 401 | <!-- YAML | |
| 402 | 402 | added: v0.1.99 | |
| 403 | 403 | changes: | |
| 404 | - - version: REPLACEME | ||
| 404 | + - version: v12.19.0 | ||
| 405 | 405 | pr-url: https://github.com/nodejs/node/pull/22413 | |
| 406 | 406 | description: The `msg` parameter can now be any `TypedArray` or `DataView`. | |
| 407 | 407 | - version: v8.0.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # C++ Embedder API | |
| 2 | 2 | ||
| 3 | - <!--introduced_in=REPLACEME--> | ||
| 3 | + <!--introduced_in=v12.19.0--> | ||
| 4 | 4 | ||
| 5 | 5 | Node.js provides a number of C++ APIs that can be used to execute JavaScript | |
| 6 | 6 | in a Node.js environment from other C++ software. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1542,7 +1542,7 @@ failed. | |||
| 1542 | 1542 | <a id="ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLE"></a> | |
| 1543 | 1543 | ### `ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLE` | |
| 1544 | 1544 | <!-- YAML | |
| 1545 | - added: REPLACEME | ||
| 1545 | + added: v12.19.0 | ||
| 1546 | 1546 | --> | |
| 1547 | 1547 | ||
| 1548 | 1548 | A message posted to a [`MessagePort`][] could not be deserialized in the target | |
| Back | FazBrowse Home | New Git URL |
0 commit comments