- From: Ben Kelly <notifications@github.com>
- Date: Thu, 12 Oct 2017 15:45:45 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 October 2017 15:46:40 UTC
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