Documentation ¶
Rendered for js/wasm
Index ¶
- type Browser
- func (b Browser) Get(key string) any
- func (b Browser) GetBool(key string) bool
- func (b Browser) GetFloat(key string) float64
- func (b Browser) GetInt(key string) int
- func (b Browser) GetKeys() []string
- func (b Browser) GetString(key string) string
- func (b Browser) GetStrings(key string) []string
- func (b Browser) LoadSettings() error
- func (b Browser) SaveSettings() error
- func (b Browser) Set(key string, value any)
- func (b Browser) SetDefault(key string, value any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct{}
func (Browser) GetStrings ¶
func (Browser) LoadSettings ¶
func (Browser) SaveSettings ¶
func (Browser) SetDefault ¶
Click to show internal directories.
Click to hide internal directories.