Closed
Bug 1342731
Opened 8 years ago
Closed 7 years ago
Display warning for non-standard Iterator() function.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox54 | --- | affected |
People
(Reporter: arai, Unassigned)
References
Details
(Keywords: addon-compat, site-compat)
now all in-tree consumers (except js/src and testcase that tests Iterator itself) are replaced.
we should display warning for it, and maybe add telemetry.
also, it would be nice if the warning links to a documentation that describes transition tips.
Updated•8 years ago
|
Keywords: addon-compat
Updated•8 years ago
|
Keywords: dev-doc-needed
Reporter | ||
Comment 1•8 years ago
|
||
to be clear, this is about Iterator() function:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
Summary: Display warning for non-standard Iterator function. → Display warning for non-standard Iterator() function.
Updated•8 years ago
|
Keywords: site-compat
Comment 2•7 years ago
|
||
Iterator was removed in bug 1098412 without adding any warning beforehand.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•