Re: Array-with-item in WebIDL

On Jun 16, 2015, at 2:50 PM, Travis Leithead wrote:

> Perhaps this is heretical, but has anyone considered adding "item" and/or "contains" to the native Array.prototype object in ES? If this is indeed the web-compat blocker for dropping NodeList use in various DOM APIs, I'd like to see if anyone could support this.

TC39 investigated adding a method named "contains" to Array.prototype be we discovered that it cause web breakage: https://github.com/tc39/Array.prototype.includes#status . Instead a method called "includes" is on track to be added.

"items" is a possibility, but past experience suggests that there is a fair chance it would cause problems.

Allen.

Received on Tuesday, 16 June 2015 22:02:16 UTC