Documentation
¶
Rendered for js/wasm
Overview ¶
Package jsutil provides utility functions for interacting with syscall/js.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyUint8Array ¶
CopyUint8Array copies the contents of a Uint8Array to a byte slice. It returns the byte slice and the number of bytes copied.
func MakeUint8Array ¶
MakeUint8Array creates a new Uint8Array from a byte slice.
Types ¶
type JSValueWrapper ¶
JSValueWrapper implements the util.JSValuer interface.
Click to show internal directories.
Click to hide internal directories.