You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/30-advanced/40-service-workers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Inside the service worker you have access to the [`$service-worker` module](/doc
21
21
The following example caches the built app and any files in `static` eagerly, and caches all other requests as they happen. This would make each page work offline once visited.
22
22
23
23
```js
24
-
// @ts-nocheck Official TS Service Worker typings are still a work in progress.
24
+
// @errors: 2339
25
25
import { build, files, version } from'$service-worker';
0 commit comments