[Bug 26442] Clarify if TextTrackCueList should be able to be converted to Array

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26442

Rick Eyre <rick.eyre@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Rick Eyre <rick.eyre@hotmail.com> ---
(In reply to Boris Zbarsky from comment #3)

> See the spec for Array.prototype.slice at
> http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.
> slice
> 
> Basically, as long as it has a "length" property and then has numbered
> properties from 0 to length-1, slice() will produce an array from it.
> 
> That's obviously true for these objects, given their .length and indexed
> getter.

Okay, that makes sense. That's why it just works. Thanks!

Closing this as invalid.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 28 July 2014 15:13:28 UTC