This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27345 - Remove NodeIterator.detach()?
Summary: Remove NodeIterator.detach()?
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-17 13:39 UTC by Philip Jägenstedt
Modified: 2014-11-20 19:22 UTC (History)
3 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2014-11-17 13:39:36 UTC
https://dom.spec.whatwg.org/#interface-nodeiterator

Usage is as low as it gets:
https://www.chromestatus.com/metrics/feature/timeline/popularity/347

Unless there's some argument from consistency with Range.detach(), which is used:
https://www.chromestatus.com/metrics/feature/timeline/popularity/372
Comment 1 Anne 2014-11-17 13:42:35 UTC
Fine with me to remove it. Do you want to lead in implementation?
Comment 2 Philip Jägenstedt 2014-11-20 19:22:28 UTC
Today I spent some time helping people deal with breakage after the removal of another rarely used function in https://code.google.com/p/chromium/issues/detail?id=434976 so I'm feeling less bold about this.

If someone else moves first I'd be happy to kill this in Blink as well, but otherwise I'll save my trouble-making for non-standard stuff and stuff that enables simplification.