[Bug 22509] Some way to express array as readonly and fixed length

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

Domenic Denicola <d@domenic.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d@domenic.me
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #5 from Domenic Denicola <d@domenic.me> ---
We used to have this, in T[]. It was removed in favor of FrozenArray and a
general movement toward a different pattern of returning a new frozen array
object each time. I think we won't go back to a T[]-like world, unless ES
somehow add readonly-but-not-immutable arrays as a first-class concept.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 21 October 2016 21:15:45 UTC