Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Are there timers / setTimeout() or access to millis()? #53

Closed
cottsak opened this issue Oct 13, 2015 · 3 comments
Closed

Are there timers / setTimeout() or access to millis()? #53

cottsak opened this issue Oct 13, 2015 · 3 comments

Comments

@cottsak
Copy link

cottsak commented Oct 13, 2015

More doco somewhere?

@mkmik
Copy link
Contributor

mkmik commented Oct 13, 2015

We aim at implementing a reasonable subset of the ecmascript standard.

Thus we have:

  • new Date().getTime()
  • and setTimeout()

Unfortunately we didn't yet document which parts of it are implemented and which not, mostly because we are still in alpha and hopefully we could just defer to sources as MDN for reference documentation of the JS standard library.

We did however document our C<->JS API and any non standard JS API.

Anyway, I guess it would make sense to extract the list of supported functions from our sources somehow.

@mkmik mkmik closed this as completed Oct 13, 2015
@cottsak
Copy link
Author

cottsak commented Oct 14, 2015

Great news.

setInterval() too then I assume?

@mkmik
Copy link
Contributor

mkmik commented Oct 14, 2015

Unfortunately that one is not in yet, but it should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants