| 07:05 | <nicolo-ribaudo> | We should probably convert the "Async-from-Sync Iterator instances are not directly observable from ECMAScript code" fact from https://tc39.es/ecma262/#sec-properties-of-async-from-sync-iterator-instances into some normative requirement on calls to GetIterator(..., ASYNC), since it can return an Async-from-sync Iterator and it's called by hosts |
| 07:05 | <nicolo-ribaudo> | The web streams spec uses it, for example (and they correctly do not expose Async-from-sync iterators to user code) |
| 14:56 | <Michael Ficarra> | please open an issue on ecma262 |