Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + type Deadline = runtime.Deadline + type Instrumented struct + func NewInstrumented(parseNext Scheduler) *Instrumented + func (parseS *Instrumented) DevtoolsSection() devtools.ExtensionSection + func (parseS *Instrumented) RequestIdleCallback(parseCallback func(Deadline)) + func (parseS *Instrumented) SetTimeout(parseCallback func(), parseDelay int) + func (parseS *Instrumented) Snapshot() Metrics + type Metrics struct + IdleExecuted int + IdleScheduled int + InlineFallbacks int + LastDelayMs int + MaxDelayMs int + TimeoutExecuted int + TimeoutScheduled int + TotalQueueLatencyNs int64 + type Scheduler = runtime.Scheduler Other modules containing this package github.com/monstercameron/GoWebComponents/v4