We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9dccd commit 65fc9a9Copy full SHA for 65fc9a9
demo/index.html
@@ -215,7 +215,7 @@ <h2>dynamic images & iframes</h2>
215
<script type="module" src="index.js"></script>
216
<script>
217
if ("serviceWorker" in navigator) {
218
- // Differentiate in between the ServiceWorker scripts for the different browser capabilities / support
+ // Differentiate in between the Service Worker scripts for the different browser capabilities / support
219
navigator.serviceWorker.register(
220
"../loading-attribute-polyfill.sw.js?loading-images=" +
221
("loading" in HTMLImageElement.prototype) +
0 commit comments