VOOZH about

URL: https://bugzilla.mozilla.org/show_bug.cgi?id=2003345

⇱ 2003345 - Add placeholder implementation for `Iterator.prototype.join`


Closed Bug 2003345 Opened 6 months ago Closed 6 months ago

Add placeholder implementation for `Iterator.prototype.join`

Add placeholder implementation for `Iterator.prototype.join`
Core
JavaScript: Standard Library
unspecified
Unspecified
Unspecified
enhancement
Points:
---
RESOLVED FIXED
RESOLVED
FIXED
148 Branch
Iteration:
---
a11y-review
Accessibility Severity
Performance Impact
Size Estimate
Webcompat Priority
Webcompat Score
Tracking Status
firefox148 --- fixed
Tracking Status
relnote-firefox
thunderbird_esr115
thunderbird_esr140
firefox-esr115
firefox-esr140
firefox-esr153
firefox148
firefox152
firefox153
firefox154
---
QA Whiteboard:
[qa-triage-done-c149/b148]
Has STR:
---
Change Request:
---
Bug Flags:
Signature:
None
This bug is publicly visible.

 
Reporter

Description

6 months ago

To get started on implementing Iterator.prototype.join, we should add a preference for the feature, and use it to control whether or not the new join method is available. Once that's ready, we can do the implementation itself.

First, create a shell option and preference. Please use the name javascript.options.experimental.iterator_join. There's a recent example of how to do this in Bug 1997187.

Second, create an empty placeholder method in Iterators.js and implement the logic to control whether or not it is exposed depending upon the value of the preference. There's a recent example of how to do this in Bug 1998512.

Severity: -- → N/A
Priority: -- → P3
Assignee: nobody → williams.medinaa
Status: NEW → ASSIGNED
Attachment #9530947 - Attachment is obsolete: true
Attachment #9530483 - Attachment description: Bug 2003345 - Add placeholder for Iterator.range. r=dminor → Bug 2003345 - Add placeholder for Iterator.prototype.join. r=dminor

Comment 5

6 months ago
bugherder
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Target Milestone: --- → 148 Branch
QA Whiteboard: [qa-triage-done-c149/b148]
You need to log in before you can comment on or make changes to this bug.