Merge pull request #3061 from jitsi/update-post-load-error-handler-params
Passes the asset that fail to load to postLoadErrorHandler.
This commit is contained in:
commit
ca4c7129f1
|
@ -119,7 +119,7 @@
|
|||
|
||||
// Call extra handler if defined.
|
||||
if (typeof postLoadErrorHandler === "function") {
|
||||
postLoadErrorHandler();
|
||||
postLoadErrorHandler(fileRef);
|
||||
}
|
||||
};
|
||||
window.removeEventListener(
|
||||
|
|
Loading…
Reference in New Issue