#555·goja

Symbol.asyncIterator support

Author: bubbajoeCreated Mar 3, 2024Updated Sep 22, 2026

Hello,

I am trying to implement ReadableStream.values async iterator function, but I can't seem to get it to work. I noticed that Symbol.asyncIterator is in the blacklist features for tests. So I have two questions:

  • Is there any plan to add Symbol.asyncIterator support?

  • Is there a way to implement this without the goja's explicit support?

Thanks