b00ris e911666b5d Fix make lint warnings (#417)
fixed make lint warnings
cleared linter_exclude_list.txt
removed some commented code
fixed comments from #388
2017-10-20 12:06:22 +03:00
..
2017-10-20 12:06:22 +03:00
2017-10-20 12:06:22 +03:00
2017-10-20 12:06:22 +03:00
2017-10-20 12:06:22 +03:00
2017-10-20 12:06:22 +03:00
2017-10-06 19:52:26 +03:00

ottoext

Originally based on github.com/deoxxa/ottoext

GoDoc

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.