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 515b927 commit cf9f771Copy full SHA for cf9f771
demo/index.html
@@ -212,7 +212,9 @@ <h2>dynamic images & iframes</h2>
212
Add dynamic image and iframe underneath
213
</button>
214
</main>
215
+ <!-- The polyfill itself is being included in the following script -->
216
<script type="module" src="index.js"></script>
217
+ <!-- Register a Service Worker that intercepts the network requests to prevent the images and iframe content being requested -->
218
<script>
219
if ("serviceWorker" in navigator) {
220
// Differentiate in between the Service Worker scripts for the different browser capabilities / support
0 commit comments