I have some issues with kotlin/js because of missi...
# javascript
j
I have some issues with kotlin/js because of missing javascript knowledge: https://stackoverflow.com/questions/71586237/how-to-use-asyncgenerators-with-kotlin-js I'm thankful for any help🙏
t
Simple `Iterator`
j
There we go, thank you so much!
While a good hint in the right direction, the JsIterator wrapper doesn't implement the
iterator()
function
I guess I would have to implement the
iterator()
function myself and put the whole thing inside an async context