06:57
<annevk>
hsivonen: it should be okay to land tests if implementations agree; if the current specification doesn't match those tests though it would be good if there was a comment in the test pointing to an issue to get that resolved
06:58
<hsivonen>
hsivonen: it should be okay to land tests if implementations agree; if the current specification doesn't match those tests though it would be good if there was a comment in the test pointing to an issue to get that resolved
The tests themselves are sensitive to exact byte layout, so it would be annoying to put comments in and take them out later. Is it sufficient to put a README next to the tests?
06:58
<annevk>
I'm a big fan of "follow your nose" in spirit 🙂
06:58
<annevk>
Yeah, README is fine
06:58
<hsivonen>
thanks
07:31
<Noam Rosenthal>
Hi annevk , https://github.com/whatwg/fetch/pull/1311 is ready for another go when you can
07:40
<Jake Archibald>
annevk I don't suppose I could steal some of your synchronous time next week to talk me through the spec side of isolation. I'm struggling to read it, and that's the part I'm trying to refactor right now
08:57
<annevk>
Jake Archibald: no problem, can probably also so it sooner
09:00
<annevk>
Noam Rosenthal: hey, I'll have a look today for sure
09:01
<Jake Archibald>
annevk: I'll send an invite for Monday. Is there a time that works best for you? (got a deadline today, and out for Jen's birthday tomorrow)
09:02
<annevk>
Jake Archibald: between 9am and 3pm CEST
09:07
<Jake Archibald>
Ta!
11:48
<hsivonen>
Fun. I managed to write a reftest that succeeds individually in Chrome but consistently fails (6 differing pixels) in Chrome when run as part of the whole directory. I guess I'll land it, and it's a gift to the Chrome team.
11:49
<hsivonen>
More seriously though: Why does everything need to be this broken and weird?
12:15
<annevk>
Let me know if you find out!
15:17
<Andreu Botella (he/they)>
Domenic: you're not the only one 😂
15:17
<Andreu Botella (he/they)>
https://github.com/web-platform-tests/wpt/pull/31034#discussion_r719487259
15:20
<annevk>
"I wrote the JS Promise spec and today …" Twitter would enjoy it
15:20
<Andreu Botella (he/they)>
🤣
15:21
<annevk>
I totally tried new Promise(() => { throw 1 }) first though. Too hard to remember all these APIs. 😊
17:19
<smaug>
Anyone knows some easy way to run random script in a service worker?
17:19
<smaug>
Is there perhaps some web page, which creates a service worker and then lets one to pass random js there?
20:40
<smaug>
(asuth has https://worker-playground.glitch.me/ )
20:42
<smaug>
Which spec defines all the WebIDL Exposed values?
20:45
<smaug>
ah, it is via Global