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