[Bug 24475] StorageQuota.supportedTypes should not use Array which is to be deprecated

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

Domenic Denicola <domenic@domenicdenicola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |domenic@domenicdenicola.com

--- Comment #1 from Domenic Denicola <domenic@domenicdenicola.com> ---
Alternately you could use the fruits of
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682 and use a frozen array.
That's option A in the original post there; according to
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682#c7 the resulting syntax is
going to be

[SameObject] readonly attribute frozen array<StorageType> supportedTypes;

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

Received on Monday, 3 February 2014 04:03:56 UTC