Skip to content

Commit

Permalink
Re-enable service workers
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Apr 29, 2019
1 parent 072eb41 commit c5d2957
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ An editor and test environment for experimenting with 3D audio.
Requires Node and Yarn to run locally.
You can run the [most recent online version](https://niklaskorz.github.io/audio3d/) directly from your browser. After the first load, it will also work offline (if your [browser supports service workers](https://caniuse.com/#feat=serviceworkers) and you didn't disable caching of files for offline usage in your browser settings.)

Note: Service workers are currently disabled by default until further progress is made

[Logo by Flatart](https://www.iconfinder.com/icons/4168597/3d_change_correction_modification_object_print_printing_icon)

## Based on...
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ ReactDOM.render(<Editor />, document.getElementById("root"));
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: http://bit.ly/CRA-PWA
serviceWorker.unregister();
serviceWorker.register();

0 comments on commit c5d2957

Please sign in to comment.