missingtypes

package
v0.0.0-...-aded332 Latest Latest
Warning

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

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

Documentation

Overview

Package missingtypes contains types that can't be found.

As webapi packages is having WebIDL files that are extracted from different specification files, they may sometimes be missing a types. This package just define that type to get the binder program that is generating webapi code to be happy.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Date

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

class: Date

func DateFromJS

func DateFromJS(value js.Wrapper) *Date

DateFromJS is casting a js.Wrapper into Date.

func (*Date) JSValue

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

type Dictionary

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

class: Dictionary

func DictionaryFromJS

func DictionaryFromJS(value js.Wrapper) *Dictionary

DictionaryFromJS is casting a js.Wrapper into Dictionary.

func (*Dictionary) JSValue

func (_this *Dictionary) 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

type WritableStream

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

class: WritableStream

func WritableStreamFromJS

func WritableStreamFromJS(value js.Wrapper) *WritableStream

WritableStreamFromJS is casting a js.Wrapper into WritableStream.

func (*WritableStream) JSValue

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

Jump to

Keyboard shortcuts

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