proposal-collection-normalization icon indicating copy to clipboard operation
proposal-collection-normalization copied to clipboard

Results 5 proposal-collection-normalization issues
Sort by recently updated
recently updated
newest added

I've reviewed this proposal. I understand the usecase, but I don't have a good grasp of what the underlying problem is, precisely, that requires this specific design rather than something...

- [x] Complete Spec Text - [ ] Reviewers - [ ] TBD - [ ] TBD - [ ] Editor Sign Off Note: Removing *Set due to indefinite bike...

The names `toKey` / `toValue` might be confusing if we ad an identity/equality hook in the future. Calling these `coerceKey` and `coerceValue` likely is acceptable.

I did some research trying to figure out what precisely WebIDL would need to move to actual `Map`/`Set` subclasses for `maplike` and `setlike`, and this appears to be it for...

As a proponent of immutable data structures, I consider cloning to be an essential function on data structures. For simple Map's we can just do `new Map(map)`, but doing the...