08:45
<annevk>
Okay, so in Firefox/Safari import() delays the load event and Chrome it does not... Chrome is technically correct, but I don't think this was considered at all
10:00
<MikeSmith>
https://blog.archive.org/2020/11/19/flash-animations-live-forever-at-the-internet-archive/
12:05
<annevk>
(Turns out the existing module script test suite already tests that for import(), though it's unclear if it does so intentionally.)
12:50
<croraf>
Anybody knows in the devtools what does it mean when the element's tag is highlighted?
12:54
<croraf>
For example I select one element in the devtools, and I make an action in the page. The selection is not removed, and the element highlights, but not it nor its children get modified. It can be that equivalent element remounted with the exact same state?
12:54
<croraf>
But why the selection in the devtools persists then :|
12:56
<croraf>
I tried getting the element using findElementById and then body.contains(el) before and after and it is true
13:47
<jgraham>
croraf: It's unclear which devtools you mean, and in any case this isn't the best place for devtools help
16:05
<croraf>
jgraham, ok, I meant devtools in general, not sure if it is standardized somewhere.
16:24
<annevk>
Domenic: so response.text() can already end up aborted due to fetch() being aborted, but yeah, maybe it makes sense to have both; that might also help when you get a Response from a cache or some such
16:25
<Domenic>
Ah true, less urgent then I guess
22:03
<domfarolino>
annevk: Are you OK with merging https://github.com/w3c/webappsec-referrer-policy/pull/142?