WICG / observable

Observable API proposal
https://wicg.github.io/observable/
Other
543 stars 12 forks source link

`flatMap()` operator should invoke `Mapper` with index #139

Closed domfarolino closed 2 months ago

domfarolino commented 2 months ago

https://wicg.github.io/observable/#flatmap-process-next-value-steps does not pass in an index to mapper, which is an oversight.