formdata

package
v1.5.6 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Enable

func Enable(runtime *goja.Runtime) error

Types

type FormData

type FormData struct {
	// contains filtered or unexported fields
}

func (*FormData) Append

func (fd *FormData) Append(name string, value any)

func (*FormData) Delete

func (fd *FormData) Delete(name string)

func (*FormData) Entries

func (fd *FormData) Entries() []any

func (*FormData) Get

func (fd *FormData) Get(name string) any

func (*FormData) GetAll

func (fd *FormData) GetAll(name string) []any

func (*FormData) Has

func (fd *FormData) Has(name string) bool

func (*FormData) Keys

func (fd *FormData) Keys() []string

func (*FormData) Set

func (fd *FormData) Set(name string, value any)

func (*FormData) Values

func (fd *FormData) Values() []any

Jump to

Keyboard shortcuts

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