This commit is contained in:
Jordan Eldredge 2018-03-05 16:41:17 -08:00
parent b34289990e
commit 4423bf2418

View file

@ -69,6 +69,7 @@ export default class ElementSource {
}
// Async for now, for compatibility with BufferAudioSource
// TODO: This does not need to be async
async loadUrl(url) {
this._audio.src = url;
}