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: docs/modules/workbox.md
+6
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ workbox: {
18
18
}
19
19
```
20
20
21
+
## Workbox Window
22
+
23
+
A global `$workbox` service is injected to the application, which can be used either by plugins (via `context.app.$workbox`) or pages (via `this.$workbox`).
24
+
25
+
See [workbox-window](https://developers.google.com/web/tools/workbox/modules/workbox-window) docs for more information about use cases.
0 commit comments