Re: [whatwg/fetch] Request's associated element (#912)

Is this something that would need to be passed through a service worker that does `evt.respondWith(fetch(evt.request))`?

Also, how would this interact with the element lifecycle?  For example, if the element is removed and discarded during the fetch, will the fetch keep it alive?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/912#issuecomment-505017281

Received on Monday, 24 June 2019 13:48:05 UTC