07:30
<annevk>
That's a pretty cool tool! Nice work asuth!
07:33
<annevk>
If anyone is curious about how to invoke fetch from another specification, I have good news for you. You get to both learn and critique my explanation of how to go about that at the same time: https://github.com/whatwg/fetch/pull/1314
07:58
<hsivonen>
Do I understand correctly that fetch() can't return a Document like XHR can?
08:25
<annevk>
hsivonen: yes.
09:20
<annevk>
I know why and I also know I talked about quite a few times, but it's still surprising to me that <a onclick="Promise.resolve().then(() => event.preventDefault())" href=...> actually works.
10:35
<annevk>
Noam Rosenthal: hey, you addressed some comments in https://github.com/whatwg/fetch/pull/1311 but not all. Did you miss the other comments or are you still in progress?
10:59
<Noam Rosenthal>
Must have missed something, will double check !
11:08
<Noam Rosenthal>
Noam Rosenthal: hey, you addressed some comments in https://github.com/whatwg/fetch/pull/1311 but not all. Did you miss the other comments or are you still in progress?
Yes I just looked again and indeed I missed your last comments. Will get back to this next week. Thanks!
11:21
<oh.hey.you.hacked.my.router>
whats UPPPP!!!!
11:21
<oh.hey.you.hacked.my.router>
muahahgahahah!
11:24
<oh.hey.you.hacked.my.router>
itook pictures and saved files
11:24
<oh.hey.you.hacked.my.router>
and sent to google
11:24
<oh.hey.you.hacked.my.router>
and many more
15:19
<Sam Sneddon [:gsnedders]>
does anyone have any views on where to file a bug about integration of HTML, MSE, and EME? specifically it appears that WebKit (at least the Apple port) treats media decoding as a blocking operation when waiting for a key, but other browsers do not, and it's exceptionally unclear spec-wise
15:22
<Ms2ger 💉💉>
https://github.com/webcompat/browser-compat-bugs ?
15:26
<annevk>
Sam Sneddon [:gsnedders]: I'd start with EME; I think HTML might have an issue about better integration already
15:27
<annevk>
Sam Sneddon [:gsnedders]: it's also fine to cross-file though 🙂
16:55
<Dominic Farolino>
What's the best way to go from origin => URL in spec world? Best I can figure is going from origin => "Parse a URL given the serialization of origin"
23:39
<sideshowbarker>
https://github.com/SerenityOS/serenity/tree/master/Userland/Libraries/LibWeb
23:54
<Sgeo>
Is this an appropriate place to ask a DOMMatrix question? (I stumbled into a W3C IRC a few weeks ago but I think that's not supposed to be so public?)
23:56
<sideshowbarker>
Sgeo: Yes, this is good place to ask
23:56
<Sgeo>
Is there a specific reason that the indices are backwards from typical math convention? AFAIK, m_12 is typically row 1 column 2, but with DOMMatrix m12 is row 2 column 1
23:57
<Sgeo>
Although now that I look, MDN disagrees with the spec (and agrees with typical math convention) afaict
23:59
<sideshowbarker>
Although now that I look, MDN disagrees with the spec (and agrees with typical math convention) afaict
if so please consider editing https://github.com/mdn/content/edit/main/files/en-us/web/api/dommatrix/index.md to fix it — or alternatively, raising a new issue at https://github.com/mdn/content/issues/new/choose