Re: [w3c/ServiceWorker] Mixed feelings about ServiceWorker for module loader (#1203)

We could get rid of the `eval()` if we permitted this, right?

```
let el = document.createElement('script');
el.src = await cache.match(url);
document.body.appendChild(el);
```

-- 
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/1203#issuecomment-336178925

Received on Thursday, 12 October 2017 15:46:40 UTC