[w3c/ServiceWorker] Removing failed registrations (#1434)

Turns out the only part of Clear Registration that was useful here was removing the item from the map, as the registrations are already empty at this point. I replaced the calls with removing the registration from the map.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/ServiceWorker/pull/1434

-- Commit Summary --

  * Removing failed registrations
  * Fixing ref

-- File Changes --

    M docs/index.bs (6)
    M docs/v1/index.bs (6)

-- Patch Links --

https://github.com/w3c/ServiceWorker/pull/1434.patch
https://github.com/w3c/ServiceWorker/pull/1434.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1434

Received on Thursday, 13 June 2019 13:17:27 UTC