Versions in this module Expand all Collapse all v0 v0.0.1 Mar 14, 2026 Changes in this version + func ConsoleLog(format string, args ...interface{}) — js/wasm + func DisableAllDebug() — js/wasm + func DisableGoroutineMonitoring() — js/wasm + func EnableAllDebug() — js/wasm + func EnableGoroutineMonitoring() — js/wasm + func EnableHotReload(enabled bool) — js/wasm + func GetDebugStatus() map[string]bool — js/wasm + func GetGoroutineStats() map[string]int64 — js/wasm + func GetMemStatsSampleRate() int64 — js/wasm + func IsHotReloadEnabled() bool — js/wasm + func ResetGoroutineBaseline() — js/wasm + func SetDebug(enabled bool) — js/wasm + func SetDebugNamespace(namespace string, enabled bool) — js/wasm + func SetDebugNamespaces(namespaces map[string]bool) — js/wasm + func SetDebugNamespacesExclusive(namespaces map[string]bool) — js/wasm + func SetGoroutineThreshold(threshold int) — js/wasm + func SetMemStatsSampleRate(rate int64) — js/wasm + type FastComparable interface — js/wasm + FastEqual func(other interface{}) bool Other modules containing this package github.com/monstercameron/GoWebComponents/v4