04:22
<Guest94189>
Hi, how can whatwg make me a better web developer?
10:06
<andreubotella>
I suppose the WPT file FormDataEvent.window.js is only for testing the Event subclass, and I should make another formdata-event.window.js for the event itself
10:08
<andreubotella>
oh, I just realized the formdata tests are in constructing-form-data-set.html
10:29
<annevk>
FYI: all WHATWG repositories have had their default branch renamed. PRs will have to be rebased (against main). Let me know if you need help or notice something that is broken.
13:41
<annevk>
JakeA: I ran into https://github.com/whatwg/html/pull/2814#pullrequestreview-48087763 today, if you have thoughts they'd be most appreciated
13:42
<JakeA>
oh wow, kinda dropped that ball
13:42
<JakeA>
"Will pick this up again soon." 2017
13:43
<annevk>
JakeA: heh yeah that happens, but turns out this stuff is really valuable for ORB
13:45
<annevk>
https://github.com/annevk/orb/pull/16 in particular
15:01
<JakeA>
annevk: solving this in a general algorithm would be great, but I think the media element still needs additional checks, as it needs state around its previous responses
15:01
<JakeA>
(and that state needs to reset when the media changes)
15:27
<annevk>
JakeA: this also needs that, for the same reason (request's opaque media identifier)
15:27
<annevk>
JakeA: but yeah, the media element would need the same check as this only applies to cross-origin stuff
15:30
<JakeA>
annevk: in terms of blocking stuff, the media element wouldn't care about non-opaque stuff
15:31
<JakeA>
aside from the basic "did I get roughly what I asked for" bits in https://wicg.github.io/background-fetch/#validate-partial-response-algorithm
15:31
<JakeA>
but opaque and non-opaque content can't be mixed in a media element
15:34
<JakeA>
I think you want a media element to have a "allowed opaque final response url", which can be null, 'none' or a URL
15:34
<annevk>
Can we chat more next week? I gotta go, but I think I'll have more questions and it looks like we might need to collaborate on putting the validation of partial responses in Fetch
15:34
<JakeA>
yeah, absolutely
15:34
<JakeA>
have a good weekend!
15:34
<JakeA>
I'll put some thoughts in the PR while it's in my head
15:35
<annevk>
appreciate it
20:35
<Domenic>
So nice 😍 https://github.com/whatwg/html/pull/6296
21:56
<MikeSmith>
annevk: https://stackoverflow.com/questions/65736231/cors-policy-on-google-chrome-version-87-0-4280-141