Documentation ¶
Index ¶
- Variables
- func GetInterface() js.Value
- type FormData
- func (f FormData) Append(key string, value interface{}) error
- func (f FormData) Delete(key string) error
- func (f FormData) Entries() (iterator.Iterator, error)
- func (f FormData) FormData_() FormData
- func (f FormData) Get(key string) (interface{}, error)
- func (f FormData) Has(key string) (bool, error)
- func (f FormData) Keys() (iterator.Iterator, error)
- func (f FormData) Set(key string, value interface{}) error
- func (f FormData) Values() (iterator.Iterator, error)
- type FormDataFrom
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type FormData ¶
type FormData struct {
baseobject.BaseObject
}
FormData struct
func New ¶
func New(f ...htmlformelement.HtmlFormElement) (FormData, error)
type FormDataFrom ¶
type FormDataFrom interface {
FormData_() FormData
}
Click to show internal directories.
Click to hide internal directories.