mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
88fe7b5a72
* Move serviceworker to workbox and fix SSE interference
Instead of statically hardcoding every frontend asset, this uses a
type-based approach to cache all js,css and manifest.json requests.
This also fixes the issue that the service worker was interfering with
EventSource because it was unconditionally handling all requests which
this new implementation doesn't.
Fixes: https://github.com/go-gitea/gitea/issues/11092
Fixes: https://github.com/go-gitea/gitea/issues/7372
* rethrow error instead of logging
* await .register
* Revert "rethrow error instead of logging"
This reverts commit
|
||
---|---|---|
.. | ||
dynamic.go | ||
helper_test.go | ||
helper.go | ||
static.go | ||
templates_bindata.go |