Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + func ConfigureDebugNamespace(parseNamespace string, isEnabled bool) — js/wasm + func ConfigureDebugNamespaces(parseNamespaces map[string]bool) — js/wasm + func ConfigureDebugNamespacesExclusive(parseNamespaces map[string]bool) — js/wasm + func ConfigureGoroutineThreshold(parseThreshold int) — js/wasm + func ConfigureMemStatsSampleRate(parseRate int64) — js/wasm + func DisableAllDebug() — js/wasm + func DisableDebug() — js/wasm + func DisableGoroutineMonitoring() — js/wasm + func EnableAllDebug() — js/wasm + func EnableDebug() — js/wasm + func EnableGoroutineMonitoring() — js/wasm + func EnableHotReload(isEnabled bool) — js/wasm + func GetDebugStatus() map[string]bool — js/wasm + func GetGoroutineStats() map[string]int64 — js/wasm + func GetMemStatsSampleRate() int64 — js/wasm + func InstallHotReloadBridge(parseAtomIDs ...string) — js/wasm + func IsHotReloadEnabled() bool — js/wasm + func ResetGoroutineBaseline() — js/wasm + func ResolveDocumentURL(parseRelative string) string — js/wasm + func WaitForever() — js/wasm + func WriteConsole(format string, parseArgs ...interface{}) — js/wasm + func WriteConsoleStructured(parseLevel, parseScope, parseMessage string, ...) — js/wasm + type FastComparable interface — js/wasm + FastEqual func(other interface{}) bool Other modules containing this package github.com/monstercameron/GoWebComponents github.com/monstercameron/GoWebComponents/v4