[Bug 23682] Fix the current [ArrayClass], [] and sequence<T> mess

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

Travis Leithead [MSFT] <travil@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |travil@microsoft.com

--- Comment #9 from Travis Leithead [MSFT] <travil@microsoft.com> ---
(In reply to Jonas Sicking from comment #7)
> B) readonly attribute frozen array<Gamepad> gamepads;
>    Same as A, but can return new objects for different times the getter is
>    invoked.

> F) array<ClientRect> getClientRects();
>    or
>    frozen array<ClientRect> getClientRects();

Would frozen map to the equivalent of Object.freeze() on the instance?
Does it make sense to also have a "sealed" modifier?

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

Received on Friday, 24 January 2014 19:31:53 UTC