MCPcopy Create free account
hub / github.com/cdk-patterns/serverless / unregister

Function unregister

s3-react-website/python/website/src/serviceWorker.js:131–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131export function unregister() {
132 if ('serviceWorker' in navigator) {
133 navigator.serviceWorker.ready.then(registration => {
134 registration.unregister();
135 });
136 }
137}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected