WICG / service-worker-static-routing-api

A repository for the ServiceWorker static routing API.
Other
24 stars 6 forks source link

Update RunningStatusEnum #20

Closed sisidovski closed 7 months ago

sisidovski commented 7 months ago

RunningStatusEnum: "stopped" is confusing, because in the browser there are more service worker running status, which is not described in the two enum values. In chromium, SW running status can be "starting", or "stopping". So, changing "stopped" to "not-running" covers all cases.

yoshisatoyanagisawa commented 7 months ago

Thank you for finding that. lgtm.