Re: [w3c/webcomponents] Workers and non-JavaScript modules (#822)

> A related thing here is that we cannot support certain module types in a worker context (e.g., CSS and HTML) and perhaps also not in a worklet context.

Is there a major reason `Document`/`HTMLDocument` aren't supported in Workers? Obviously `self.document` is a no-go but I see no reason the documents created by `documentImplementation.{ createDocument, createHTMLDocument }` shouldn't be usable.

-- 
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/822#issuecomment-509051406

Received on Monday, 8 July 2019 01:48:30 UTC