Преглед на файлове

Close EventSource before unloading the page (#11539) (#11557)

Should eliminate a error in the Firefox console regarding the connection
being interrupted while the page was loading.
tags/v1.12.0-rc2
silverwind преди 4 години
родител
ревизия
d131d53cbb
No account linked to committer's email address
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3
    0
      web_src/js/features/notification.js

+ 3
- 0
web_src/js/features/notification.js Целия файл

@@ -52,6 +52,9 @@ export function initNotificationCount() {
source.close();
window.location.href = AppSubUrl;
});
window.addEventListener('beforeunload', () => {
source.close();
});
return;
}


Loading…
Отказ
Запис