Jonas Sicking (2013-10-28T23:54:24.000Z)
domenic at domenicdenicola.com (2013-11-02T19:05:44.694Z)
On Mon, Oct 28, 2013 at 4:13 PM, Anne van Kesteren <annevk at annevk.nl> wrote: > Could we still change those to actual arrays? I guess for .ports that > might be trickier as it implies a readonly view. Lets just return a frozen Array. I know that people on TC39 has said that it's ugly, but I still think it's far less ugly than creating a whole pile of host classes just because we lack immutable arrays. > ArrayClass feels like a hack. Agreed.