archives

« Bugzilla Issues Index

#3101 — Updates to yield *


Resolution from last f2f:

- `yield*` delegates `next()`, `return()` and `throw()`
- for-of propagates abrupt completion outward, calls the iterator's `return()`


fixed in rev27 editor's draft


fixed in rev27 draft