Forward load error message from howler.js
This commit is contained in:
@@ -300,9 +300,9 @@ class AudioBuffer {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
audioBuffer.__srcHowl.on ("loaderror", function () {
|
audioBuffer.__srcHowl.on ("loaderror", function (id, msg) {
|
||||||
|
|
||||||
promise.error (null);
|
promise.error (msg);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user