| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -773,19 +773,17 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option. | |||
| 773 | 773 | ||
| 774 | 774 | ### `ERR_CLOSED_MESSAGE_PORT` | |
| 775 | 775 | ||
| 776 | - <!-- | ||
| 777 | - added: | ||
| 778 | - - v16.2.0 | ||
| 779 | - - v14.17.1 | ||
| 776 | + <!-- YAML | ||
| 777 | + added: v10.5.0 | ||
| 780 | 778 | changes: | |
| 781 | - - version: 11.12.0 | ||
| 782 | - pr-url: https://github.com/nodejs/node/pull/26487 | ||
| 783 | - description: The error message was removed. | ||
| 784 | 779 | - version: | |
| 785 | 780 | - v16.2.0 | |
| 786 | 781 | - v14.17.1 | |
| 787 | 782 | pr-url: https://github.com/nodejs/node/pull/38510 | |
| 788 | 783 | description: The error message was reintroduced. | |
| 784 | + - version: v11.12.0 | ||
| 785 | + pr-url: https://github.com/nodejs/node/pull/26487 | ||
| 786 | + description: The error message was removed. | ||
| 789 | 787 | --> | |
| 790 | 788 | ||
| 791 | 789 | There was an attempt to use a `MessagePort` instance in a closed | |
@@ -802,7 +800,7 @@ non-writable `stdout` or `stderr` stream. | |||
| 802 | 800 | ||
| 803 | 801 | ### `ERR_CONSTRUCT_CALL_INVALID` | |
| 804 | 802 | ||
| 805 | - <!-- | ||
| 803 | + <!-- YAML | ||
| 806 | 804 | added: v12.5.0 | |
| 807 | 805 | --> | |
| 808 | 806 | ||
@@ -1275,7 +1273,7 @@ to the current platform which is running Node.js is used. | |||
| 1275 | 1273 | ||
| 1276 | 1274 | ### `ERR_FS_CP_DIR_TO_NON_DIR` | |
| 1277 | 1275 | ||
| 1278 | - <!-- | ||
| 1276 | + <!-- YAML | ||
| 1279 | 1277 | added: v16.7.0 | |
| 1280 | 1278 | --> | |
| 1281 | 1279 | ||
@@ -1286,7 +1284,7 @@ etc.) using [`fs.cp()`][]. | |||
| 1286 | 1284 | ||
| 1287 | 1285 | ### `ERR_FS_CP_EEXIST` | |
| 1288 | 1286 | ||
| 1289 | - <!-- | ||
| 1287 | + <!-- YAML | ||
| 1290 | 1288 | added: v16.7.0 | |
| 1291 | 1289 | --> | |
| 1292 | 1290 | ||
@@ -1297,7 +1295,7 @@ An attempt was made to copy over a file that already existed with | |||
| 1297 | 1295 | ||
| 1298 | 1296 | ### `ERR_FS_CP_EINVAL` | |
| 1299 | 1297 | ||
| 1300 | - <!-- | ||
| 1298 | + <!-- YAML | ||
| 1301 | 1299 | added: v16.7.0 | |
| 1302 | 1300 | --> | |
| 1303 | 1301 | ||
@@ -1318,7 +1316,7 @@ Response body size doesn't match with the specified content-length header value. | |||
| 1318 | 1316 | ||
| 1319 | 1317 | ### `ERR_FS_CP_FIFO_PIPE` | |
| 1320 | 1318 | ||
| 1321 | - <!-- | ||
| 1319 | + <!-- YAML | ||
| 1322 | 1320 | added: v16.7.0 | |
| 1323 | 1321 | --> | |
| 1324 | 1322 | ||
@@ -1328,7 +1326,7 @@ An attempt was made to copy a named pipe with [`fs.cp()`][]. | |||
| 1328 | 1326 | ||
| 1329 | 1327 | ### `ERR_FS_CP_NON_DIR_TO_DIR` | |
| 1330 | 1328 | ||
| 1331 | - <!-- | ||
| 1329 | + <!-- YAML | ||
| 1332 | 1330 | added: v16.7.0 | |
| 1333 | 1331 | --> | |
| 1334 | 1332 | ||
@@ -1339,7 +1337,7 @@ using [`fs.cp()`][]. | |||
| 1339 | 1337 | ||
| 1340 | 1338 | ### `ERR_FS_CP_SOCKET` | |
| 1341 | 1339 | ||
| 1342 | - <!-- | ||
| 1340 | + <!-- YAML | ||
| 1343 | 1341 | added: v16.7.0 | |
| 1344 | 1342 | --> | |
| 1345 | 1343 | ||
@@ -1349,7 +1347,7 @@ An attempt was made to copy to a socket with [`fs.cp()`][]. | |||
| 1349 | 1347 | ||
| 1350 | 1348 | ### `ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY` | |
| 1351 | 1349 | ||
| 1352 | - <!-- | ||
| 1350 | + <!-- YAML | ||
| 1353 | 1351 | added: v16.7.0 | |
| 1354 | 1352 | --> | |
| 1355 | 1353 | ||
@@ -1360,7 +1358,7 @@ of `src`. | |||
| 1360 | 1358 | ||
| 1361 | 1359 | ### `ERR_FS_CP_UNKNOWN` | |
| 1362 | 1360 | ||
| 1363 | - <!-- | ||
| 1361 | + <!-- YAML | ||
| 1364 | 1362 | added: v16.7.0 | |
| 1365 | 1363 | --> | |
| 1366 | 1364 | ||
@@ -1716,7 +1714,7 @@ made to mark a stream and dependent of itself. | |||
| 1716 | 1714 | ||
| 1717 | 1715 | ### `ERR_HTTP2_TOO_MANY_INVALID_FRAMES` | |
| 1718 | 1716 | ||
| 1719 | - <!-- | ||
| 1717 | + <!-- YAML | ||
| 1720 | 1718 | added: v15.14.0 | |
| 1721 | 1719 | --> | |
| 1722 | 1720 | ||
@@ -3177,7 +3175,7 @@ attempting a [`require()`][] operation or when loading the program entry point. | |||
| 3177 | 3175 | ||
| 3178 | 3176 | ### `ERR_CANNOT_TRANSFER_OBJECT` | |
| 3179 | 3177 | ||
| 3180 | - <!-- | ||
| 3178 | + <!-- YAML | ||
| 3181 | 3179 | added: v10.5.0 | |
| 3182 | 3180 | removed: v12.5.0 | |
| 3183 | 3181 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -129,7 +129,7 @@ return `true`. | |||
| 129 | 129 | ||
| 130 | 130 | #### `new URL(input[, base])` | |
| 131 | 131 | ||
| 132 | - <!-- | ||
| 132 | + <!-- YAML | ||
| 133 | 133 | changes: | |
| 134 | 134 | - version: v20.0.0 | |
| 135 | 135 | pr-url: https://github.com/nodejs/node/pull/47339 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments