04:06
<sideshowbarker>

Running https://wpt.live/service-workers/service-worker/registration-iframe.https.html in Safari on an iOS 16.0 device, I notice it’s all fail — with this error message:

undefined is not an object (evaluating 'navigator.serviceWorker.getRegistration')

In macOS/desktop Safari, those tests all pass.
Is this some known issue with SW registration on iOS?
I tried some searches but couldn’t find anything relevant.

08:14
<Noam Rosenthal>
Hey annevk! We discussed some of the pending beacon stuff internally, and reached two possible alternatives to how to follow the feedback make it more fetch-extensible: https://github.com/WICG/pending-beacon/issues/70#issuecomment-1506373481. Would love to hear your thoughts now that it's more settled.
11:09
<aiunusov>
Hello! Out of curiosity. Can anyone from Google answer what is the state of the Workers throttling feature? I found that kDedicatedWorkerThrottling is simply disabled. https://source.chromium.org/search?q=kDedicatedWorkerThrottling&sq=&ss=chromium
11:13
<Domenic>
I think you have answered your own question?
11:45
<aiunusov>
I just would like to know the reason, why it's not enabled :)
15:30
<bkardell>
silly question... is there a reason/rule as to why sometimes the if'ing in the spec uses switch and sometimes it's just words?
15:31
<bkardell>
so like here, there are switch conditions and then inside one of those are more conditions, but just in text
15:32
<bkardell>
is there a reason that shouldn't or at least couldnt be like this instead? Domenic annevk
15:32
<bkardell>
(ignoring for a moment if I made a mistake in converting for the purposes of this example for a minute :))
15:35
<Ms2ger>
I guess it would be pretty hard to read if you had to put "or" between 30-word conditions
15:35
<Ms2ger>
Using switches more is possible, I guess
15:52
<bkardell>
Ms2ger: you're saying you'd prefer to read the second one? If so, me too and I'm wondering if there is a reason it shouldnt be like that... I guess it's mainly a question to the main editors
15:53
<Ms2ger>
I think the first one would be worse if it wasn't a switch
15:53
<Ms2ger>
I don't care strongly between 1 and 2
17:00
<Magician>
Hi Is it possible to make a suggestion to the html consortium?
18:08
<annevk>
Noam Rosenthal: I can look Monday most likely, maybe ping then if I'm slow
18:09
<annevk>
bkardell: depends on readability, not sure either of those are particularly great examples at that though