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
In the shim, I just see Map and Set. However, I've heard lots of calls for read-only views on TypedArrays, and I imagine ordinary Arrays could also be an interesting case. Are these included in the proposal?
The text was updated successfully, but these errors were encountered:
@littledan yes. All enumerable collections, i.e., all collections other than WeakMap and WeakSet. TypedArray and ArrayBuffer are definitely included. I hope to include Array and SharedArrayBuffer as well, but these have additional challenges.
Although one can describe a normal object as a collection of property name to value mappings, for purposes of this proposal, I do not consider such to be collections. For purposes of this proposal, I also do not consider strings to be collections.
The shim only has Map and Set so far only because we can't do everything first ;)
In the shim, I just see Map and Set. However, I've heard lots of calls for read-only views on TypedArrays, and I imagine ordinary Arrays could also be an interesting case. Are these included in the proposal?
The text was updated successfully, but these errors were encountered: