Clone
3
More ServiceWorker support project
Josh Matthews edited this page 2017-02-06 14:41:39 -05:00

Contact: Josh Matthews

Initial support for the ServiceWorker specification was merged during GSoC last year. The goal of this work is to continue implementing specific missing pieces to enable automated tests to verify Servo's implementation.

Project breakdown

Reference:

https://w3c.github.io/ServiceWorker/

Current implementation:

Suggestions for preparation

(Feel free to ask questions in #servo on irc.mozilla.org, or our mailing list!)

  • Read the existing ServiceWorkerContainer and ServiceWorkerGlobalScope implementations; try to understand them and their relation to the specifications, as well as how WebIDL works.
  • Gain experience using Rust by solving an easy issue. Please leave a comment saying that you're working on it.