mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 10:09:24 +00:00
2 lines
112 B
JavaScript
2 lines
112 B
JavaScript
// always fetch from the network and do not enable offline support
|
|
self.addEventListener('fetch', () => { }); |