Re: [ServiceWorker] Restrict openWindow() to http(s) schemes? (#699)

Hey, I just noticed the about:blank spec change.

Chrome currently treats all about:* URLs as "about:blank" in openWindow(). Apparently this mimics the behavior of window.open().  cc @mounirlamouri who implemented this in https://codereview.chromium.org/980383004

By the logic of issue #696, it would seem we should instead reject all about:* instead of opening about:blank. Should the spec codify that?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/699#issuecomment-115140557

Received on Thursday, 25 June 2015 07:27:12 UTC