[w3c/ServiceWorker] Drop 'potential-navigation-or-subresource request'. (#1486)

https://github.com/whatwg/fetch/pull/948/files is changing `<embed>` and `<object>` requests to
look more like navigations than subresource requests. As a result, it seems reasonable for service
worker to explicitly carve out those request destinations which have behavior service worker cares
about, rather than relying on a fetch-level concept that doesn't make sense in the new model.

I believe this is an editorial change without any behavior modification.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Drop 'potential-navigation-or-subresource request'.

-- File Changes --

    M docs/index.bs (4)

-- Patch Links --

https://github.com/w3c/ServiceWorker/pull/1486.patch
https://github.com/w3c/ServiceWorker/pull/1486.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/1486

Received on Monday, 25 November 2019 08:51:49 UTC