Re: [w3c/webcomponents] HTML module should require a new MIME type (#742)

I'd like to give another use case for using specific mime types.
Currently, I'm using HTML Imports to build client-side includes driving SPA. I'd like to use HTML Modules for this as well.

I would like to be able to request the same URL to open a new complete page (`text/html`) as one to request a module with the partial view and dependencies (`text/html+module`) to morph existing page into.

-- 
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/742#issuecomment-376882125

Received on Wednesday, 28 March 2018 13:15:32 UTC