Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Add auto-register to the inline examples #41

Merged
merged 1 commit into from
Jun 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platinum-sw-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* `<platinum-sw-cache>` needs to be a child element of `<platinum-sw-register>`.
* A simple, yet useful configuration is
*
* <platinum-sw-register>
* <platinum-sw-register auto-register>
* <platinum-sw-cache></platinum-sw-cache>
* </platinum-sw-register>
*
Expand Down
2 changes: 1 addition & 1 deletion platinum-sw-fetch.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* An example configuration is:
*
* <platinum-sw-register>
* <platinum-sw-register auto-register>
* <platinum-sw-import-script href="custom-fetch-handler.js"></platinum-sw-import-script>
* <platinum-sw-fetch handler="customFetchHandler"
* path="/(.*)/customFetch"></platinum-sw-fetch>
Expand Down
2 changes: 1 addition & 1 deletion platinum-sw-import-script.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* A common use case is to define a custom request handler for a `fetch` event, but it can be used
* for any type of code that you want to be executed by the service worker.
*
* <platinum-sw-register>
* <platinum-sw-register auto-register>
* <platinum-sw-import-script href="custom-fetch-handler.js"></platinum-sw-import-script>
* <platinum-sw-fetch handler="customFetchHandler"
* path="/(.*)/customFetch"></platinum-sw-fetch>
Expand Down