-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support constructible stylesheets / adoptedStyleSheets #4835
Comments
In the mean time, anybody trying to get a pulse on support for this feature can look here: https://www.chromestatus.com/feature/5394843094220800 tl; dr - only in Chrome as of now, with the spec still changing... hopefully Firefox soon. |
any update ? |
It landed in Firefox nightly... looks like that was 11 months ago. Couldn't find any more updates. Should work in all Chromium based browsers. I just verified Edge and Chrome on Windows, but should also include Opera, Brave, and others. There's also a lightweight polyfill which I have tested in Firefox and Safari and should match Chrome's behavior. |
I think this issue can be closed as it is now documented |
Add support for constructible style sheets (
CSSStyleSheet
constructor) andDocumentOrShadowRoot.adoptedStyleSheets
as detailed here and supported in Chrome 73.The text was updated successfully, but these errors were encountered: