Re: [w3c/webcomponents] HTML, CSS, and JSON modules shouldn't solely rely on MIME type to change parsing behavior (#839)

Oh wow, I didn't realize we were that close.  So, my above would be replaced with `const { supportsBar } = await fetch("./config.json").then(x=>x.json())`?  That really is the only use case I can think of.  Maybe we don't need HTML/CSS/JSON modules after all?

-- 
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/webcomponents/issues/839#issuecomment-555411100

Received on Tuesday, 19 November 2019 09:23:39 UTC