[Bug 20019] Support subclassing ES6 Map

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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> ---
Note that URLQuery isn't strictly a Map - it's a MultiMap, where one key can
map to multiple values.

As such, we should probably check with tc39 to see if they have plans for a
MultiMap API after Maps are fully adopted, and be consistent with that.

If they don't, we should at least make sure that the Map functions act
appropriately for a single-value Map, and have additional functions for
treating as a MultiMap (as you say, make set() take only a single value, while
add() adds more values).

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

Received on Tuesday, 20 November 2012 18:23:25 UTC