You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that transit-js Map constructor handling of its parameter is non-standard. The spec says it is an iterable of 2-element (key, value) arrays. The transit-js Map constructor expects an iterable of alternating key-value pairs.
I imagine it would be disruptive to change the behavior of the Map constructor at this point, but maybe it's at least worth highlighting the non-conformance with the ECMA spec in the API docs?
The text was updated successfully, but these errors were encountered:
It seems that transit-js Map constructor handling of its parameter is non-standard. The spec says it is an iterable of 2-element (key, value) arrays. The transit-js Map constructor expects an iterable of alternating key-value pairs.
I imagine it would be disruptive to change the behavior of the Map constructor at this point, but maybe it's at least worth highlighting the non-conformance with the ECMA spec in the API docs?
The text was updated successfully, but these errors were encountered: