package
2.1.9
Repository: https://github.com/core-coin/go-core.git
Documentation: pkg.go.dev

# Packages

Package deps contains the console JavaScript dependencies Go embedded.

# Functions

MakeCallback turns the given function into a function that's callable by JS.
runtime must be stopped with Stop() after use and cannot be used after stopping.
SafeGet attempt to get the value associated to `key`, and catches the panic that goja creates if an error occurs in key.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Call is the argument type of Go functions which are callable from JS.
JSRE is a JS runtime environment embedding the goja interpreter.