package
3.3.10
Repository: https://github.com/projectdiscovery/nuclei.git
Documentation: pkg.go.dev

# Functions

ExecuteProgram executes a compiled program with the default options.
Init initializes the javascript protocol.
Internal purposes i.e generating bindings.
New creates a new compiler for the goja runtime.
NewExecuteArgs returns a new execute arguments.
NewExecuteResult returns a new execute result instance.
Wraps a script in a function and compiles it.

# Variables

ErrJSExecDeadline is the error returned when alloted time for script execution exceeds.
No description provided by the author
No description provided by the author

# Structs

Compiler provides a runtime to execute goja runtime based javascript scripts efficiently while also providing them access to custom modules defined in libs/.
ExecuteArgs is the arguments to pass to the script.
ExecuteOptions provides options for executing a script.

# Type aliases

ExecuteResult is the result of executing a script.