package
1.2.5
Repository: https://github.com/goplusjs/gopherjs.git
Documentation: pkg.go.dev

# Functions

Debugger gets compiled to JavaScript's "debugger;" statement.
InternalObject returns the internal JavaScript object that represents i.
Keys returns the keys of the given JavaScript object.
MakeFunc wraps a function and gives access to the values of JavaScript's "this" and "arguments" keywords.
MakeWrapper creates a JavaScript object which has wrappers for the exported methods of i.
NewArrayBuffer creates a JavaScript ArrayBuffer from a byte slice.

# Variables

Global gives JavaScript's global object ("window" for browsers and "GLOBAL" for Node.js).
Module gives the value of the "module" variable set by Node.js.
Undefined gives the JavaScript value "undefined".

# Structs

Error encapsulates JavaScript errors.
Object is a container for a native JavaScript object.

# Type aliases

M is a simple map type.
S is a simple slice type.