- From: <bugzilla@jessica.w3.org>
- Date: Fri, 24 Jan 2014 19:31:51 +0000
- To: public-webapps-bugzilla@w3.org
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 the QA Contact for the bug.
Received on Friday, 24 January 2014 19:31:57 UTC