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 content changes: https://codereview.chromium.org/984853003/
BUG=464680
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|