- From: Jake Archibald <notifications@github.com>
- Date: Fri, 09 Jan 2015 03:42:25 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 9 January 2015 11:42:53 UTC
> ```WindowClient.focus()``` will fail in Chromium if it is not called inside a ```notificationclick``` event or called more than once. Do we still want to throw in that case? It should reject rather than throw. > ```Clients.openWindow()``` only takes an url and no options. It is fairly limited. Should we imitate ```window.open()``` API God no :D Let's keep it simple for now, we can add to it later. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/588#issuecomment-69324357
Received on Friday, 9 January 2015 11:42:53 UTC