chromedevtools--chrome-devtools-mcp
29e389848f
This PR introduces the possiblity to collect console messages from service workers.
4 行
136 B
JavaScript
4 行
136 B
JavaScript
// Minimal service worker for testing
|
|
console.log('Service Worker starting...');
|
|
console.warn('This is a warning from Service Worker');
|