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

I should clarify,

```js
// ./a.mjs
import './b.mjs'
```

```js
// ./b.mjs
import './a.mjs'
```

Has the same problem of being unable to generate the URLs in a circular manner.

-- 
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-336991002

Received on Monday, 16 October 2017 18:45:00 UTC