DescriptionService Worker: Clients.openWindow() should allow opening x-origin URLs
Clients.openWindow(url) with a cross-origin url currently rejects with
a SecurityError exception. As per spec:
https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#clients-openwindow
it should open a window and resolve with null.
Checked the expected behavior with @jakearchibald.
Corresponding blink changes: https://codereview.chromium.org/985633003/
BUG=464680
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (1 generated)
|