[w3c/ServiceWorker] should a frame navigated to about:blank inherit a service worker controller? (#1350)

Currently we inherit a service worker controller from the parent frame when a srcdoc or initial about:blank frame is created.  Should some form on inheritance happen when an iframe with a non-blank URL gets navigated to about:blank?

If so, where should the service worker be inherited from.  Apparently some browsers inherit the origin from the navigation initiator instead of the parent.  Should service worker inheritance match?  (This is a similar question to #1261).

This question was raised in https://crbug.com/880768.

-- 
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/issues/1350

Received on Wednesday, 5 September 2018 17:53:25 UTC