Re: [slightlyoff/ServiceWorker] How are unloaded tabs represented? (#626)

F2F: Making evicted tabs is a huge thing to add to the platform, and may lock browsers into a particular behaviour.

```js
clients.openWindow(url, {
  reuseIfExistingClientMatches: /\/my-messaging-app\//
});
```

Something like the above could let us deal with this.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/626#issuecomment-209123554

Received on Tuesday, 12 April 2016 22:07:36 UTC