mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-13 13:59:47 +00:00
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
self.addEventListener('fetch', function(event) {
|
|
// console.log(`start server worker`); // service worker started
|
|
});
|