formdata

package
v1.0.0-rc6 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented = errors.New("Browser not implemented FormData")
)

Functions

func GetInterface

func GetInterface() js.Value

GetJSInterface get the JS interface of formdata

Types

type FormData

type FormData struct {
	baseobject.BaseObject
}

FormData struct

func New

func New() (FormData, error)

func (FormData) AppendJSObject

func (f FormData) AppendJSObject(key string, object js.Value) error

func (FormData) AppendString

func (f FormData) AppendString(key string, value string) error

func (FormData) FormData_

func (f FormData) FormData_() FormData

type FormDataFrom

type FormDataFrom interface {
	FormData_() FormData
}

Jump to

Keyboard shortcuts

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