Skip to content

Commit fbe2cf4

Browse files
authored
Fx147: Add relnote for iterator sequencing support (mdn#42713)
add update for iterator sequencing
1 parent 4e4a4d3 commit fbe2cf4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • files/en-us/mozilla/firefox/releases/147

files/en-us/mozilla/firefox/releases/147/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
6262

6363
- CSS module scripts are now supported, allowing a stylesheet to be loaded into a script as a {{domxref("CSSStyleSheet")}} instance using the [`import`](/en-US/docs/Web/JavaScript/Reference/Statements/import) keyword and the [`type` import attribute](/en-US/docs/Web/JavaScript/Reference/Statements/import/with) set to `type="css"`.
6464
([Firefox bug 1986681](https://bugzil.la/1986681)).
65+
- The {{jsxref("Iterator.concat()")}} method is now supported. This method enables you to create a new iterator that combines multiple input iterables into a single sequence.
66+
([Firefox bug 1986672](https://bugzil.la/1986672)).
6567

6668
<!-- No notable changes. -->
6769

0 commit comments

Comments
 (0)