Documentation
¶
Index ¶
- Variables
- func GetInterface() js.Value
- type Headers
- func (h Headers) Append(name, value string) error
- func (h Headers) Delete(name string) error
- func (h Headers) Entries() (iterator.Iterator, error)
- func (h Headers) Get(name string) (string, error)
- func (h Headers) Has(name string) (bool, error)
- func (h Headers) Headers_() Headers
- func (h Headers) Keys() (iterator.Iterator, error)
- func (h Headers) Set(name, value string) error
- func (h Headers) Values() (iterator.Iterator, error)
- type HeadersFrom
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented History") ErrNotAnHeaders = errors.New("Object is not an Headers") )
Functions ¶
Types ¶
type HeadersFrom ¶
type HeadersFrom interface {
Headers_() Headers
}
Click to show internal directories.
Click to hide internal directories.