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:
+1
-1
@@ -119,7 +119,7 @@
|
||||
|
||||
// Call extra handler if defined.
|
||||
if (typeof postLoadErrorHandler === "function") {
|
||||
postLoadErrorHandler();
|
||||
postLoadErrorHandler(fileRef);
|
||||
}
|
||||
};
|
||||
window.removeEventListener(
|
||||
|
||||
Reference in New Issue
Block a user