patch

package
v0.0.0-...-724c8d0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package patch is a collection of missing types.

All this types was needed during binding generation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByteString

type ByteString struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: ByteString

func ByteStringFromJS

func ByteStringFromJS(value js.Wrapper) *ByteString

ByteStringFromJS is casting a js.Wrapper into ByteString.

func (*ByteString) JSValue

func (_this *ByteString) JSValue() js.Value

type OverconstrainedError

type OverconstrainedError struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: OverconstrainedError

func OverconstrainedErrorFromJS

func OverconstrainedErrorFromJS(value js.Wrapper) *OverconstrainedError

OverconstrainedErrorFromJS is casting a js.Wrapper into OverconstrainedError.

func (*OverconstrainedError) JSValue

func (_this *OverconstrainedError) JSValue() js.Value

type ReadableStream

type ReadableStream struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: ReadableStream

func ReadableStreamFromJS

func ReadableStreamFromJS(value js.Wrapper) *ReadableStream

ReadableStreamFromJS is casting a js.Wrapper into ReadableStream.

func (*ReadableStream) JSValue

func (_this *ReadableStream) JSValue() js.Value

type Uint8ClampedArray

type Uint8ClampedArray struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: Uint8ClampedArray

func Uint8ClampedArrayFromJS

func Uint8ClampedArrayFromJS(value js.Wrapper) *Uint8ClampedArray

Uint8ClampedArrayFromJS is casting a js.Wrapper into Uint8ClampedArray.

func (*Uint8ClampedArray) JSValue

func (_this *Uint8ClampedArray) JSValue() js.Value

type Union

type Union struct {
	Value js.Value
}

func UnionFromJS

func UnionFromJS(value js.Value) *Union

func (*Union) JSValue

func (u *Union) JSValue() js.Value

Jump to

Keyboard shortcuts

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