Documentation ¶
Index ¶
- func Enable(runtime *goja.Runtime) error
- type FormData
- func (fd *FormData) Append(name string, value any)
- func (fd *FormData) Delete(name string)
- func (fd *FormData) Entries() []any
- func (fd *FormData) Get(name string) any
- func (fd *FormData) GetAll(name string) []any
- func (fd *FormData) Has(name string) bool
- func (fd *FormData) Keys() []string
- func (fd *FormData) Set(name string, value any)
- func (fd *FormData) Values() []any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.