An open API service indexing awesome lists of open source software.

https://github.com/spite/serviceworker-svg

ServiceWorker-SVG
https://github.com/spite/serviceworker-svg

Last synced: about 1 year ago
JSON representation

ServiceWorker-SVG

Awesome Lists containing this project

README

          

# Optimising SVG load with Service Workers

This demo goes with the article "[Optimising SVG load with Service Worker](https://clicktorelease.com/blog/optimise-svg-load-service-worker)".

If it works, you should see green dots on all images but the heart one.

Supported browser: latest Chrome, Firefox and Opera.

The first time the site runs, it will install the Service Worker, so it won't be ready right away: none of the images will have a green dot.

The next reload, the SW should be installed and running, and the images should have the green dot.

#### License ####

MIT licensed

Copyright (C) 2015 Jaume Sanchez Elias, http://www.clicktorelease.com