Documentation
¶
Overview ¶
The sobekhost package provides functionality to execute client-scripts in gost-dom.
This package uses sobek as the script engine, a pure Go JavaScript engine.
If some JavaScript features are not working as intended, [v8host] proves a script host using the v8 engine; which will support any valid (browser supported) JavaScript that you can throw at it; but has significant overhead, and relies on CGo.
See also: https://github.com/grafana/sobek
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultEngine ¶
func DefaultEngine() html.ScriptEngine
func New ¶
func New() html.ScriptHost
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.