3540972f0e
Refactor and clean up Jail package: Removes account.Manager and txqueue.Manager from Jail as they are not used anymore Removes messageID related code from Jail.Send Simplifies Jail.Send to be a wrapper around RPC client's CallRaw Renames jail_cell* to cell* Related cleanups |
||
---|---|---|
.. | ||
fetch | ||
loop | ||
process | ||
promise | ||
timers | ||
vm | ||
LICENSE.md | ||
README.md | ||
main.go |
README.md
ottoext
Originally based on github.com/deoxxa/ottoext
Overview
This package contains some extensions for the otto JavaScript interpreter. The
most important extension is a generic event loop based on code from natto. The
other extensions are setTimeout
and setInterval
support, Promise
support
(via native-promise-only
, MIT license), and fetch
support.
Examples
Take a look at the test files to see how the extensions work.
License
3-clause BSD. A copy is included with the source.