Skip to content

Commit 84a539f

Browse files
author
Natasha Rooney
committed
Update NatashasHelpfulLinks.md
1 parent 2266f01 commit 84a539f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NatashasHelpfulLinks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ When building for ServiceWorker I use a bunch of links to help me get started an
22

33
Super Tip: If you're building ServiceWorkers use a beta verison of a browser (e.g. [Chrome Canary](https://www.google.co.uk/intl/en/chrome/browser/canary.html) or [Firefox Nightly](http://nightly.mozilla.org/)).
44

5-
## Tutorials and Implementations
5+
### Tutorials and Implementations
66

77
* [Is Service Worker Ready Yet](https://jakearchibald.github.io/isserviceworkerready/) - Jake Archibald made a great website which details ServiceWorker implementations across the major browsers.
88
* [ServiceWorkers and Firefox](https://hacks.mozilla.org/2014/06/serviceworkers-and-firefox/) - Introduction to ServiceWorkers on Firefox!
99
* [Service Worker - first draft published](http://jakearchibald.com/2014/service-worker-first-draft/) - Introduction and tutorial including code snippets!
1010
* [Video: The ServiceWorker: The network layer is yours to own](https://www.youtube.com/watch?v=4uQMl7mFB6g) - video introducing ServiceWorker including HTTP caching, request, and showing SW in forms, the basis for push messaging, alarms, geofencing and background sync.
1111

12-
## Debugging
12+
### Debugging
1313

1414
* ServiceWorkerInternals (chrome canary only - chrome://serviceworker-internals/) - page for debugging ServiceWorkers in chrome, including stopping, unregistering and starting workers.
1515

16-
## Examples
16+
### Examples
1717

1818
* [Jake Archibald's Trained to Thrill](https://jakearchibald.github.io/trained-to-thrill/) - Jake made a great demo app which pulls in images from Flickr, uses fetch, uses cache (not implemented yet) and worker registrations.
1919
* [Simple ServiceWorker](https://github.com/matthew-andrews/serviceworker-simple) - A simple Service Worker example by Matt Andrews.
2020

21-
## Other APIs
21+
### Other APIs
2222

2323
* [Promises HTML5Rocks](http://www.html5rocks.com/en/tutorials/es6/promises/) - Understanding Promises (used frequently in ServiceWorkers especially in fetch, cache).
2424
* [The Basics of Web Workers](http://www.html5rocks.com/en/tutorials/workers/basics/) - Understanding concurrency in JavaScript and how web workers work.

0 commit comments

Comments
 (0)