Skip to content

Commit

Permalink
docs: update info on service worker support
Browse files Browse the repository at this point in the history
Service worker is now supported on all the main web browsers including Safari and iOS.
  • Loading branch information
fozy81 authored and gr2m committed May 20, 2018
1 parent 6f4501d commit ac0813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Find the repository on [GitHub](https://github.com/hoodiehq/hoodie-app-tracker).

## Offline

In most situations this app will run when your device is offline. The app does this by using the [Service Worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) standard. Most [web browsers support](https://caniuse.com/#feat=serviceworkers) Service Worker but Safari and iOS devices currently do not. Where Service Worker is not supported, the app won't work offline. Please see the start-service-worker.js and sw.j for details of how this is configured.
In most situations this app will run when your device is offline. The app does this by using the [Service Worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) standard. All mainstream [web browsers support](https://caniuse.com/#feat=serviceworkers) Service Worker. Where Service Worker is not supported, the app won't work offline. Please see the start-service-worker.js and sw.j for details of how this is configured.

## Install app

Expand Down

0 comments on commit ac0813a

Please sign in to comment.