MCPcopy Create free account
hub / github.com/TanStack/hotkeys / disconnectedCallback

Method disconnectedCallback

examples/lit/hotkey/src/app.ts:83–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 override disconnectedCallback(): void {
84 super.disconnectedCallback()
85 this._unregisterScoped()
86 this._unregisterModal()
87 }
88
89 private _unregisterScoped(): void {
90 for (const reg of this._scopedRegistrations) {

Callers

nothing calls this directly

Calls 2

_unregisterScopedMethod · 0.95
_unregisterModalMethod · 0.95

Tested by

no test coverage detected