Re: [w3ctag/design-reviews] Import Conditions (#535)

The road is clear with dynamic import and TLA we got everything needed to serve something in any formart we should not over-engineer TLI Top Level Import.!!!

when 
```js
const myFetchFunction = x=>fetch(x)
await myFetchFunction('import-css').then(x=>/*do something with it */)
```
 while chunk can have any ECMAScript supported types like string or buffer. Transform simply gets the rawChunk emited by fetch and then returns after generator finished 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/535#issuecomment-658223074

Received on Tuesday, 14 July 2020 14:46:46 UTC