00:01
<Domenic>
Some CSS spec, I imagine, but I don't know which.
00:06
<EveryOS>
Ok, thanks I'll look among the CSS specs
00:06
<EveryOS>
And see if I can find which
08:17
<sideshowbarker>
https://stackoverflow.com/questions/68556581/why-cant-i-fetch-an-object-url-aka-blob-url-cross-site-and-cross-frame
08:18
<sideshowbarker>
I’m vaguely recall there being a workaround for that in JavaScript (I mean other than using browser runtime flags to disable security)
10:52
<annevk>
EveryOS: CSSOM defines part of the infrastructure (though there are some bugs in the details and this area needs work)
10:52
<annevk>
EveryOS: but basically the moment you insert a <style> element the styles "apply"
10:56
<annevk>
sideshowbarker: I added an answer
14:19
<sideshowbarker>
annevk: thanks much
20:15
<tabatkins>
Domenic: Yeah emilio