# debugging-service-workers **Repository Path**: mirrors_googlecodelabs/debugging-service-workers ## Basic Information - **Project Name**: debugging-service-workers - **Description**: code associated with the "Debugging Service Workers" codelabs (https://codelabs.developers.google.com/codelabs/debugging-service-workers/index.html) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Debugging Service Workers Code Lab These are the resource files needed for the [Debugging Service Workers](https://codelabs.developers.google.com/codelabs/debugging-service-workers/#0) code lab from Google. This is a work in progress, if you find a mistake, please [file an issue](https://github.com/googlecodelabs/debugging-service-workers/issues). Thanks! ## What you’ll learn * How to inspect your Service Worker and manifest in the new Application panel * How to explore and clearing Cache Storage * How to simulate different network conditions * How to debug a service worker with debugger statements and breakpoints * How to simulate Push notifications ## What you’ll need * Chrome 47 or above, though any browser that supports service workers and `cache.addAll()` will work * [Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb), or use your own web server of choice. * The [sample code](https://github.com/googlecodelabs/debugging-service-workers/archive/master.zip) * A text editor * Basic knowledge of HTML, CSS and JavaScript * (Optional) Node is required in the last step to deploy to Firebase