Re: [w3c/webcomponents] Rejecting CSS Modules in Workers (#854)

> It has been decided that CSS Modules should be rejected in workers.

Er, I expected CSSStyleSheet can't be constructed on workers because   https://drafts.csswg.org/cssom/#cssstylesheet is exposed only to Window.
Are there attempts (e.g. in the context of Constructable Stylesheet) to enable constructing CSSStyleSheet on workers? (@rakina?). If so it would be possible to allow CSS Modules on workes as well.

-- 
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/854#issuecomment-555225596

Received on Monday, 18 November 2019 21:50:54 UTC