You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's good to switch on it for the Symbiote CSS workflow. But, we should support older browsers, so we need to consider creation of polyfill, that can work synchronously and not violate CSP settings in common.
The idea is to try approach with base64 encoded src for the inline style element, added to the each root.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
adoptedStyleSheets- is a very important and useful API implemented in all modern browsers:https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets
It's good to switch on it for the Symbiote CSS workflow. But, we should support older browsers, so we need to consider creation of polyfill, that can work synchronously and not violate CSP settings in common.
The idea is to try approach with
base64encodedsrcfor the inlinestyleelement, added to the each root.What we should chek:
All reactions