status-go/geth/jail/internal
Adam Babik 086747a695 Refactor jail part 2 (#401)
Refactor jail so that it's more self-descriptive and easier to understand by newcomers. Also, the test coverage has been improved.

Changes requiring status-react team actions:
* Replace Parse calls with new CreateAndInitCell and ExecuteJS bindings,
* Make sure web3.isConnected is ok as its response change to boolean value.
2017-11-07 12:36:42 -05:00
..
fetch Refactor jail part 2 (#401) 2017-11-07 12:36:42 -05:00
loop Refactor jail part 2 (#401) 2017-11-07 12:36:42 -05:00
process Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
promise Refactor jail part 2 (#401) 2017-11-07 12:36:42 -05:00
timers Refactor jail part 2 (#401) 2017-11-07 12:36:42 -05:00
vm Refactor jail part 2 (#401) 2017-11-07 12:36:42 -05:00
LICENSE.md Add FetchAPI support and fix loop race [upd] #289 (#293) 2017-09-08 14:55:17 +03:00
README.md Add FetchAPI support and fix loop race [upd] #289 (#293) 2017-09-08 14:55:17 +03:00
main.go Add FetchAPI support and fix loop race [upd] #289 (#293) 2017-09-08 14:55:17 +03:00

README.md

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.