patch

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: 2 Imported by: 7

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.Value) *ByteString

ByteStringFromJS is casting a js.Value into ByteString.

func ByteStringFromWrapper

func ByteStringFromWrapper(input core.Wrapper) *ByteString

ByteStringFromJS is casting from something that holds a js.Value into ByteString.

func (*ByteString) JSValue

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

JSValue returns the js.Value or js.Null() if _this is nil

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.Value) *OverconstrainedError

OverconstrainedErrorFromJS is casting a js.Value into OverconstrainedError.

func OverconstrainedErrorFromWrapper

func OverconstrainedErrorFromWrapper(input core.Wrapper) *OverconstrainedError

OverconstrainedErrorFromJS is casting from something that holds a js.Value into OverconstrainedError.

func (*OverconstrainedError) JSValue

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

JSValue returns the js.Value or js.Null() if _this is nil

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.Value) *ReadableStream

ReadableStreamFromJS is casting a js.Value into ReadableStream.

func ReadableStreamFromWrapper

func ReadableStreamFromWrapper(input core.Wrapper) *ReadableStream

ReadableStreamFromJS is casting from something that holds a js.Value into ReadableStream.

func (*ReadableStream) JSValue

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

JSValue returns the js.Value or js.Null() if _this is nil

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.Value) *Uint8ClampedArray

Uint8ClampedArrayFromJS is casting a js.Value into Uint8ClampedArray.

func Uint8ClampedArrayFromWrapper

func Uint8ClampedArrayFromWrapper(input core.Wrapper) *Uint8ClampedArray

Uint8ClampedArrayFromJS is casting from something that holds a js.Value into Uint8ClampedArray.

func (*Uint8ClampedArray) JSValue

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

JSValue returns the js.Value or js.Null() if _this is nil

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