Re: [heycam/webidl] More convenient way to refer to / use "map iterators" (#324)

This is likely interesting to WebGPU as well. We don't have anything that uses a pattern like this right now, but there are places where we might like to.

> Hm, does anyone _besides_ Map return the equivalent of a pair-sequence?

`Object.entries()`, I think. It also allows a user to explicitly write the pair-sequence, which is the same type accepted by `Map`'s constructor.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/324#issuecomment-512032848

Received on Tuesday, 16 July 2019 22:55:36 UTC