Re: [w3c/ServiceWorker] Declarative routing (#1373)

@WORMSS 

```js
router.add(
  conditions,
  { type: 'race', sources: […sources]},
);
```

The pattern feels equally extensible.

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

Received on Wednesday, 9 January 2019 14:04:56 UTC