Skip to content

Commit 1a7ea91

Browse files
jdelStrotherchrisn
authored andcommitted
Avoid leaking AudioContexts on the demo page
1 parent 5a2b832 commit 1a7ea91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ <h2>Demo: Precomputed Waveform Data</h2>
193193
else {
194194
resolve(waveform);
195195
}
196+
audioContext.close();
196197
});
197198
});
198199
})

0 commit comments

Comments
 (0)