项目文件夹

文件
Nicholas Roscino 29e389848f feat: implement extension service worker logs (#1915)
This PR introduces the possiblity to collect console messages from
service workers.
2026-06-08 12:30:37 +00:00

4 行
136 B
JavaScript

// Minimal service worker for testing
console.log('Service Worker starting...');
console.warn('This is a warning from Service Worker');