| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9611980 commit 87e0dda
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -144,10 +144,12 @@ Creates a new instance of `AsyncLocalStorage`. Store is only provided within a | |||
| 144 | 144 | added: | |
| 145 | 145 | - v19.8.0 | |
| 146 | 146 | - v18.16.0 | |
| 147 | + changes: | ||
| 148 | + - version: REPLACEME | ||
| 149 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 150 | + description: Marking the API stable. | ||
| 147 | 151 | --> | |
| 148 | 152 | ||
| 149 | - > Stability: 1 - Experimental | ||
| 150 | - | ||
| 151 | 153 | * `fn` {Function} The function to bind to the current execution context. | |
| 152 | 154 | * Returns: {Function} A new function that calls `fn` within the captured | |
| 153 | 155 | execution context. | |
@@ -160,10 +162,12 @@ Binds the given function to the current execution context. | |||
| 160 | 162 | added: | |
| 161 | 163 | - v19.8.0 | |
| 162 | 164 | - v18.16.0 | |
| 165 | + changes: | ||
| 166 | + - version: REPLACEME | ||
| 167 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 168 | + description: Marking the API stable. | ||
| 163 | 169 | --> | |
| 164 | 170 | ||
| 165 | - > Stability: 1 - Experimental | ||
| 166 | - | ||
| 167 | 171 | * Returns: {Function} A new function with the signature | |
| 168 | 172 | `(fn: (...args) : R, ...args) : R`. | |
| 169 | 173 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -250,10 +250,12 @@ Used to handle binary data. See the [buffer section][]. | |||
| 250 | 250 | ||
| 251 | 251 | <!-- YAML | |
| 252 | 252 | added: v18.0.0 | |
| 253 | + changes: | ||
| 254 | + - version: REPLACEME | ||
| 255 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 256 | + description: Marking the API stable. | ||
| 253 | 257 | --> | |
| 254 | 258 | ||
| 255 | - > Stability: 1 - Experimental. | ||
| 256 | - | ||
| 257 | 259 | A browser-compatible implementation of [`ByteLengthQueuingStrategy`][]. | |
| 258 | 260 | ||
| 259 | 261 | ## `__dirname` | |
@@ -339,10 +341,12 @@ with the [`--no-experimental-websocket`][] CLI flag. | |||
| 339 | 341 | ||
| 340 | 342 | <!-- YAML | |
| 341 | 343 | added: v18.0.0 | |
| 344 | + changes: | ||
| 345 | + - version: REPLACEME | ||
| 346 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 347 | + description: Marking the API stable. | ||
| 342 | 348 | --> | |
| 343 | 349 | ||
| 344 | - > Stability: 1 - Experimental. | ||
| 345 | - | ||
| 346 | 350 | A browser-compatible implementation of [`CompressionStream`][]. | |
| 347 | 351 | ||
| 348 | 352 | ## `console` | |
@@ -361,10 +365,12 @@ Used to print to stdout and stderr. See the [`console`][] section. | |||
| 361 | 365 | ||
| 362 | 366 | <!-- YAML | |
| 363 | 367 | added: v18.0.0 | |
| 368 | + changes: | ||
| 369 | + - version: REPLACEME | ||
| 370 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 371 | + description: Marking the API stable. | ||
| 364 | 372 | --> | |
| 365 | 373 | ||
| 366 | - > Stability: 1 - Experimental. | ||
| 367 | - | ||
| 368 | 374 | A browser-compatible implementation of [`CountQueuingStrategy`][]. | |
| 369 | 375 | ||
| 370 | 376 | ## `Crypto` | |
@@ -458,10 +464,12 @@ A browser-compatible implementation of the [`CustomEvent` Web API][]. | |||
| 458 | 464 | ||
| 459 | 465 | <!-- YAML | |
| 460 | 466 | added: v18.0.0 | |
| 467 | + changes: | ||
| 468 | + - version: REPLACEME | ||
| 469 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 470 | + description: Marking the API stable. | ||
| 461 | 471 | --> | |
| 462 | 472 | ||
| 463 | - > Stability: 1 - Experimental. | ||
| 464 | - | ||
| 465 | 473 | A browser-compatible implementation of [`DecompressionStream`][]. | |
| 466 | 474 | ||
| 467 | 475 | ## `Event` | |
@@ -884,60 +892,72 @@ DataHandler.prototype.load = async function load(key) { | |||
| 884 | 892 | ||
| 885 | 893 | <!-- YAML | |
| 886 | 894 | added: v18.0.0 | |
| 895 | + changes: | ||
| 896 | + - version: REPLACEME | ||
| 897 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 898 | + description: Marking the API stable. | ||
| 887 | 899 | --> | |
| 888 | 900 | ||
| 889 | - > Stability: 1 - Experimental. | ||
| 890 | - | ||
| 891 | 901 | A browser-compatible implementation of [`ReadableByteStreamController`][]. | |
| 892 | 902 | ||
| 893 | 903 | ## Class: `ReadableStream` | |
| 894 | 904 | ||
| 895 | 905 | <!-- YAML | |
| 896 | 906 | added: v18.0.0 | |
| 907 | + changes: | ||
| 908 | + - version: REPLACEME | ||
| 909 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 910 | + description: Marking the API stable. | ||
| 897 | 911 | --> | |
| 898 | 912 | ||
| 899 | - > Stability: 1 - Experimental. | ||
| 900 | - | ||
| 901 | 913 | A browser-compatible implementation of [`ReadableStream`][]. | |
| 902 | 914 | ||
| 903 | 915 | ## Class: `ReadableStreamBYOBReader` | |
| 904 | 916 | ||
| 905 | 917 | <!-- YAML | |
| 906 | 918 | added: v18.0.0 | |
| 919 | + changes: | ||
| 920 | + - version: REPLACEME | ||
| 921 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 922 | + description: Marking the API stable. | ||
| 907 | 923 | --> | |
| 908 | 924 | ||
| 909 | - > Stability: 1 - Experimental. | ||
| 910 | - | ||
| 911 | 925 | A browser-compatible implementation of [`ReadableStreamBYOBReader`][]. | |
| 912 | 926 | ||
| 913 | 927 | ## Class: `ReadableStreamBYOBRequest` | |
| 914 | 928 | ||
| 915 | 929 | <!-- YAML | |
| 916 | 930 | added: v18.0.0 | |
| 931 | + changes: | ||
| 932 | + - version: REPLACEME | ||
| 933 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 934 | + description: Marking the API stable. | ||
| 917 | 935 | --> | |
| 918 | 936 | ||
| 919 | - > Stability: 1 - Experimental. | ||
| 920 | - | ||
| 921 | 937 | A browser-compatible implementation of [`ReadableStreamBYOBRequest`][]. | |
| 922 | 938 | ||
| 923 | 939 | ## Class: `ReadableStreamDefaultController` | |
| 924 | 940 | ||
| 925 | 941 | <!-- YAML | |
| 926 | 942 | added: v18.0.0 | |
| 943 | + changes: | ||
| 944 | + - version: REPLACEME | ||
| 945 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 946 | + description: Marking the API stable. | ||
| 927 | 947 | --> | |
| 928 | 948 | ||
| 929 | - > Stability: 1 - Experimental. | ||
| 930 | - | ||
| 931 | 949 | A browser-compatible implementation of [`ReadableStreamDefaultController`][]. | |
| 932 | 950 | ||
| 933 | 951 | ## Class: `ReadableStreamDefaultReader` | |
| 934 | 952 | ||
| 935 | 953 | <!-- YAML | |
| 936 | 954 | added: v18.0.0 | |
| 955 | + changes: | ||
| 956 | + - version: REPLACEME | ||
| 957 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 958 | + description: Marking the API stable. | ||
| 937 | 959 | --> | |
| 938 | 960 | ||
| 939 | - > Stability: 1 - Experimental. | ||
| 940 | - | ||
| 941 | 961 | A browser-compatible implementation of [`ReadableStreamDefaultReader`][]. | |
| 942 | 962 | ||
| 943 | 963 | ## `require()` | |
@@ -1089,10 +1109,12 @@ The WHATWG `TextDecoder` class. See the [`TextDecoder`][] section. | |||
| 1089 | 1109 | ||
| 1090 | 1110 | <!-- YAML | |
| 1091 | 1111 | added: v18.0.0 | |
| 1112 | + changes: | ||
| 1113 | + - version: REPLACEME | ||
| 1114 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1115 | + description: Marking the API stable. | ||
| 1092 | 1116 | --> | |
| 1093 | 1117 | ||
| 1094 | - > Stability: 1 - Experimental. | ||
| 1095 | - | ||
| 1096 | 1118 | A browser-compatible implementation of [`TextDecoderStream`][]. | |
| 1097 | 1119 | ||
| 1098 | 1120 | ## `TextEncoder` | |
@@ -1109,30 +1131,36 @@ The WHATWG `TextEncoder` class. See the [`TextEncoder`][] section. | |||
| 1109 | 1131 | ||
| 1110 | 1132 | <!-- YAML | |
| 1111 | 1133 | added: v18.0.0 | |
| 1134 | + changes: | ||
| 1135 | + - version: REPLACEME | ||
| 1136 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1137 | + description: Marking the API stable. | ||
| 1112 | 1138 | --> | |
| 1113 | 1139 | ||
| 1114 | - > Stability: 1 - Experimental. | ||
| 1115 | - | ||
| 1116 | 1140 | A browser-compatible implementation of [`TextEncoderStream`][]. | |
| 1117 | 1141 | ||
| 1118 | 1142 | ## Class: `TransformStream` | |
| 1119 | 1143 | ||
| 1120 | 1144 | <!-- YAML | |
| 1121 | 1145 | added: v18.0.0 | |
| 1146 | + changes: | ||
| 1147 | + - version: REPLACEME | ||
| 1148 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1149 | + description: Marking the API stable. | ||
| 1122 | 1150 | --> | |
| 1123 | 1151 | ||
| 1124 | - > Stability: 1 - Experimental. | ||
| 1125 | - | ||
| 1126 | 1152 | A browser-compatible implementation of [`TransformStream`][]. | |
| 1127 | 1153 | ||
| 1128 | 1154 | ## Class: `TransformStreamDefaultController` | |
| 1129 | 1155 | ||
| 1130 | 1156 | <!-- YAML | |
| 1131 | 1157 | added: v18.0.0 | |
| 1158 | + changes: | ||
| 1159 | + - version: REPLACEME | ||
| 1160 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1161 | + description: Marking the API stable. | ||
| 1132 | 1162 | --> | |
| 1133 | 1163 | ||
| 1134 | - > Stability: 1 - Experimental. | ||
| 1135 | - | ||
| 1136 | 1164 | A browser-compatible implementation of [`TransformStreamDefaultController`][]. | |
| 1137 | 1165 | ||
| 1138 | 1166 | ## `URL` | |
@@ -1193,30 +1221,36 @@ with the [`--no-experimental-websocket`][] CLI flag. | |||
| 1193 | 1221 | ||
| 1194 | 1222 | <!-- YAML | |
| 1195 | 1223 | added: v18.0.0 | |
| 1224 | + changes: | ||
| 1225 | + - version: REPLACEME | ||
| 1226 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1227 | + description: Marking the API stable. | ||
| 1196 | 1228 | --> | |
| 1197 | 1229 | ||
| 1198 | - > Stability: 1 - Experimental. | ||
| 1199 | - | ||
| 1200 | 1230 | A browser-compatible implementation of [`WritableStream`][]. | |
| 1201 | 1231 | ||
| 1202 | 1232 | ## Class: `WritableStreamDefaultController` | |
| 1203 | 1233 | ||
| 1204 | 1234 | <!-- YAML | |
| 1205 | 1235 | added: v18.0.0 | |
| 1236 | + changes: | ||
| 1237 | + - version: REPLACEME | ||
| 1238 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1239 | + description: Marking the API stable. | ||
| 1206 | 1240 | --> | |
| 1207 | 1241 | ||
| 1208 | - > Stability: 1 - Experimental. | ||
| 1209 | - | ||
| 1210 | 1242 | A browser-compatible implementation of [`WritableStreamDefaultController`][]. | |
| 1211 | 1243 | ||
| 1212 | 1244 | ## Class: `WritableStreamDefaultWriter` | |
| 1213 | 1245 | ||
| 1214 | 1246 | <!-- YAML | |
| 1215 | 1247 | added: v18.0.0 | |
| 1248 | + changes: | ||
| 1249 | + - version: REPLACEME | ||
| 1250 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1251 | + description: Marking the API stable. | ||
| 1216 | 1252 | --> | |
| 1217 | 1253 | ||
| 1218 | - > Stability: 1 - Experimental. | ||
| 1219 | - | ||
| 1220 | 1254 | A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |
| 1221 | 1255 | ||
| 1222 | 1256 | [CommonJS module]: modules.md | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1553,10 +1553,12 @@ equality. | |||
| 1553 | 1553 | added: | |
| 1554 | 1554 | - v19.1.0 | |
| 1555 | 1555 | - v18.13.0 | |
| 1556 | + changes: | ||
| 1557 | + - version: REPLACEME | ||
| 1558 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 1559 | + description: Marking the API stable. | ||
| 1556 | 1560 | --> | |
| 1557 | 1561 | ||
| 1558 | - > Stability: 1 - Experimental | ||
| 1559 | - | ||
| 1560 | 1562 | An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/). | |
| 1561 | 1563 | ||
| 1562 | 1564 | In accordance with browser conventions, all properties of `MIMEType` objects | |
@@ -2681,21 +2683,25 @@ Unicode "replacement character" U+FFFD. | |||
| 2681 | 2683 | ||
| 2682 | 2684 | <!-- YAML | |
| 2683 | 2685 | added: v18.11.0 | |
| 2686 | + changes: | ||
| 2687 | + - version: REPLACEME | ||
| 2688 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 2689 | + description: Marking the API stable. | ||
| 2684 | 2690 | --> | |
| 2685 | 2691 | ||
| 2686 | - > Stability: 1 - Experimental | ||
| 2687 | - | ||
| 2688 | 2692 | Creates and returns an {AbortController} instance whose {AbortSignal} is marked | |
| 2689 | 2693 | as transferable and can be used with `structuredClone()` or `postMessage()`. | |
| 2690 | 2694 | ||
| 2691 | 2695 | ## `util.transferableAbortSignal(signal)` | |
| 2692 | 2696 | ||
| 2693 | 2697 | <!-- YAML | |
| 2694 | 2698 | added: v18.11.0 | |
| 2699 | + changes: | ||
| 2700 | + - version: REPLACEME | ||
| 2701 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 2702 | + description: Marking the API stable. | ||
| 2695 | 2703 | --> | |
| 2696 | 2704 | ||
| 2697 | - > Stability: 1 - Experimental | ||
| 2698 | - | ||
| 2699 | 2705 | * `signal` {AbortSignal} | |
| 2700 | 2706 | * Returns: {AbortSignal} | |
| 2701 | 2707 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments