mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Passes the asset that fail to load to postLoadErrorHandler.
This commit is contained in:
@@ -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