Skip to content

Commit 1c97390

Browse files
committed
💅 make ESLint airbnb compliant
1 parent d6c5942 commit 1c97390

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

template/src/renderer/components/LandingPage/ServiceWorkerInformation.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<div v-if="!settings.serviceWorker.cacheFirst">
77
Service worker is enabled wih priority to network, and fallback on cache if no network.<br/>
88
1. Refresh this page and you will see a new picture, refresh again, and again. <br/>
9-
2. Disconnect from network, refresh and you will still see the last picture, it's not gone. Refresh and refresh, it is still here.<br/>
10-
3. You can also run service worker with priority to cache <div class="value">yarn dev --serviceWorker.cacheFirst true</div>.
9+
2. Disconnect from network, refresh and you will still see the last picture, it's not gone.
10+
Refresh and refresh, it is still here.<br/>
11+
3. You can also run service worker with priority to cache
12+
<div class="value">yarn dev --serviceWorker.cacheFirst true</div>.
1113
</div>
1214
<div v-else>
1315
Service worker is enabled with priority to cache, so content is only fetched once.<br/>
14-
1. Refresh this page. If this is the first time you run the app, the image above was downloaded before the service-worker was installed, so it will change once: refresh again.<br/>
16+
1. Refresh this page. If this is the first time you run the app, the image above
17+
was downloaded before the service-worker was installed, so it will change once:
18+
refresh again.<br/>
1519
2. The image does not change. Refresh again and again, it is still the same.
1620
</div>
1721
</div>

0 commit comments

Comments
 (0)