Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertGoToJS ¶
ConvertGoToJS converts Go values to JavaScript values recursively
func ConvertJSToGo ¶
ConvertJSToGo converts JavaScript values to Go values
func ConvertJSValueToGo ¶
ConvertJSValueToGo converts a js.Value to a Go value recursively eg: js.Value representing { "key": [1, 2, 3], "flag": true } becomes map[string]any{ "key": []any{1, 2, 3}, "flag": true }
Types ¶
Click to show internal directories.
Click to hide internal directories.

