You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to implement
ReadableStream.values
async iterator function, but I can't seem to get it to work. I noticed thatSymbol.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
The text was updated successfully, but these errors were encountered: