Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

JavaScript yield #26

Open
jakirkham opened this issue Aug 4, 2018 · 2 comments
Open

JavaScript yield #26

jakirkham opened this issue Aug 4, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@jakirkham
Copy link

In the docs, it says yield is unsupported because JavaScript support for this is not that common. Not sure when that was written, but it looks this is supported on common browsers (see generators). So it should be ok to add.

ref: http://pscript.readthedocs.io/en/latest/intro.html#support

@almarklein
Copy link
Member

@almarklein almarklein added the enhancement New feature or request label Aug 4, 2018
@almarklein
Copy link
Member

Somewhat related: I just added async and await support (needed it in a project) 🎆

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants