Add support for unregistering a service worker: - https://w3c.github.io/ServiceWorker/#navigator-service-worker-unregister
Created attachment 324701 [details] WIP Patch
Created attachment 324708 [details] Patch
Comment on attachment 324708 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324708&action=review > Source/WebCore/workers/service/server/SWServerRegistration.cpp:181 > + // If the origin of jobâs scope url is not jobâs client's origin, then: Get rid of some unicode stuff (check-webkit-style used to catch these things)
Committed r223964: <https://trac.webkit.org/changeset/223964>
<rdar://problem/35568210>