DescriptionServiceWorker: Move unregister function from WebSWProvider to WebSWRegistration (1/3)
This series of CLs changes a call sequence of unregister API.
unregister API was originally exposed on ServiceWorkerContainer interface[1],
so that's still processed via WebServiceWorkerProvider like register() and
getRegistration(). But the API is now exposed on ServiceWorkerRegistration
interface[2] and it seems more natural that WebServiceWorkerRegistration
processes it.
[1] https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-container
[2] https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-registration-obj
CL dependency:
(1) Blink: THIS PATCH
(2) Chromium: https://codereview.chromium.org/896533004/
(3) Blink: https://codereview.chromium.org/896433005/
BUG=452910
TEST=n/a
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|