Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 662 Bytes

07-quiz-dev-tools.md

File metadata and controls

18 lines (12 loc) · 662 Bytes

03.07: QUIZ: SERVICE WORKER DEV TOOLS

First get the project into the sample state by using the following commands:

$ git reset --hard
$ git checkout log-requests

Once the task is complete, enter the Task ID: sw-waiting

CODING TASK

Make a change to the Service Worker script. It can be anything. Then, refresh the page to pick up the new Service Worker.

Take a look at the Application tab in Chrome's developer tools and select Service Workers. At this point, you should see an active Service Worker and a new Service Worker in the waiting position.


Next: Quiz: Service Worker Dev Tools 2