]> source.dussan.org Git - gitea.git/commit
Fix the JS error "EventSource is not defined" caused by some non-standard browsers...
authorwxiaoguang <wxiaoguang@gmail.com>
Wed, 3 Aug 2022 19:58:27 +0000 (03:58 +0800)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 19:58:27 +0000 (22:58 +0300)
commit96440e6adac06136f1d6854239e386a5f5d3cc93
tree9d68e60c0c8b6ebf901fd220609cc70ace70c81b
parent99fc419855b2e06a8e20d06dc68c86937a1ec8f7
Fix the JS error "EventSource is not defined" caused by some non-standard browsers (#20584)

* fall back to periodic poller

Co-authored-by: silverwind <me@silverwind.io>
web_src/js/features/eventsource.sharedworker.js
web_src/js/features/notification.js
web_src/js/features/stopwatch.js