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
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.
More doco somewhere?
The text was updated successfully, but these errors were encountered: