-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b112
-
generic
-
generic
Adding to a ES6 Map or Set with a key that is already contained in the collection adds the new item at the end of the insertion chain. According to the spec, adding an already contained key should not change its iteration order.