Re: [w3c/FileAPI] Async createObjectURL (#84)

@annevk can't we already make a string keep objects alive in more simple ways?

```js
const ns = await import('data:text/javascript,export default {}');
assert(typeof ns.default === 'object');
```

I don't find the argument compelling when we have another way to do exactly that.

-- 
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/FileAPI/issues/84#issuecomment-339964410

Received on Friday, 27 October 2017 12:59:49 UTC