tc39 / proposal-joint-iteration

a TC39 proposal to synchronise the advancement of multiple iterators
https://tc39.es/proposal-joint-iteration
51 stars 2 forks source link

Reject non-Object `padding` #22

Closed bakkot closed 2 months ago

bakkot commented 2 months ago

Padding should probably not allow e.g. strings, per the normative conventions.

(undefined is fine, corresponding to padding with undefined.)