core

package
v0.0.0-...-41cedfc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package core adds core components needed by the library that is not auto-generated.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Wrapper

type Wrapper interface {
	// JSValue returns a JavaScript value associated with an object.
	JSValue() js.Value
}

Wrapper is implemented by types that are backed by a JavaScript value.

Directories

Path Synopsis
Package failjs is equal api to syscall/js but is panic on all method invocation.
Package failjs is equal api to syscall/js but is panic on all method invocation.
Package js is the same api as syscall/js, but when not compiling under WASM target it panics.
Package js is the same api as syscall/js, but when not compiling under WASM target it panics.
Package jsarray provides functions to convert go slices into/from javascript Array types.
Package jsarray provides functions to convert go slices into/from javascript Array types.
Package jsconv contains methods to help for syscall/js api
Package jsconv contains methods to help for syscall/js api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL