Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ dispose
Method
dispose
packages/playground/src/components/Waveform.ts:177–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
dispose(): void {
178
this.unsubScoreLoaded();
179
this.unsubPlayerReady();
180
this.unsubStateChanged();
181
this.unbindAudio();
182
this.root.remove();
183
}
184
}
Callers
nothing calls this directly
Calls
1
unbindAudio
Method · 0.95
Tested by
no test coverage detected