File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -1206,16 +1206,14 @@ myReader.on('readable', () => {
1206
1206
});
1207
1207
```
1208
1208
1209
- ##### readable[ @ @ asyncIterator ]
1209
+ ##### readable\[ Symbol. asyncIterator\] ()
1210
1210
<!-- YAML
1211
1211
added: REPLACEME
1212
1212
-->
1213
1213
1214
1214
> Stability: 1 - Experimental
1215
1215
1216
- * {AsyncIterator}
1217
-
1218
- Returns an [ AsyncIterator] [ async-iterator ] to fully consume the stream.
1216
+ * Returns: {AsyncIterator} to fully consume the stream.
1219
1217
1220
1218
``` js
1221
1219
const fs = require (' fs' );
@@ -2415,4 +2413,3 @@ contain multi-byte characters.
2415
2413
[ readable-destroy ] : #stream_readable_destroy_error
2416
2414
[ writable-_destroy ] : #stream_writable_destroy_err_callback
2417
2415
[ writable-destroy ] : #stream_writable_destroy_error
2418
- [ async-iterator ] : https://github.com/tc39/proposal-async-iteration
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ percent-encoded where necessary.
736
736
737
737
Returns an ES6 Iterator over the values of each name-value pair.
738
738
739
- #### urlSearchParams\[ @ @ iterator \] ()
739
+ #### urlSearchParams\[ Symbol. iterator\] ()
740
740
741
741
* Returns: {Iterator}
742
742
@@ -1174,7 +1174,7 @@ console.log(myURL.origin);
1174
1174
[ `url.toJSON()` ] : #url_url_tojson
1175
1175
[ `url.toString()` ] : #url_url_tostring
1176
1176
[ `urlSearchParams.entries()` ] : #url_urlsearchparams_entries
1177
- [ `urlSearchParams@@iterator()` ] : #url_urlsearchparams_iterator
1177
+ [ `urlSearchParams@@iterator()` ] : #url_urlsearchparams_symbol_iterator
1178
1178
[ ICU ] : intl.html#intl_options_for_building_node_js
1179
1179
[ Punycode ] : https://tools.ietf.org/html/rfc5891#section-4.4
1180
1180
[ WHATWG URL Standard ] : https://url.spec.whatwg.org/
You can’t perform that action at this time.
0 commit comments