Skip to content

Commit 5ab0453

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.3.
1 parent f832ef8 commit 5ab0453

File tree

3 files changed

+48
-18
lines changed

3 files changed

+48
-18
lines changed

ed/algorithms/service-workers.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,13 +3974,22 @@
39743974
"html": "<p>Let <var>result</var> be the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#queue-dequeue\" id=\"ref-for-queue-dequeue①\">dequeue</a> <var>queue</var>.</p>"
39753975
},
39763976
{
3977-
"html": "<p>Set <var>timingInfo</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source②\">worker final router source</a> be set to <var>result</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#race-result-used-route\" id=\"ref-for-race-result-used-route③\">used route</a>.</p>"
3977+
"html": "<p>Let <var>routedResponse</var> be <var>result</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#race-result-routed-response\" id=\"ref-for-race-result-routed-response③\">routed response</a>.</p>"
39783978
},
39793979
{
3980-
"html": "<p>Set <var>result</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info\" id=\"ref-for-service-worker-timing-info③\">service worker timing info</a> be set to <var>timingInfo</var>.</p>"
3980+
"html": "If <var>result</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#race-result-used-route\" id=\"ref-for-race-result-used-route③\">used route</a> is <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routersourceenum-network\" id=\"ref-for-dom-routersourceenum-network③\">\"network\"</a></code>, then:",
3981+
"rationale": "set",
3982+
"steps": [
3983+
{
3984+
"html": "<p>Set <var>routedResponse</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info\" id=\"ref-for-service-worker-timing-info③\">service worker timing info</a> be set to <var>timingInfo</var>.</p>"
3985+
}
3986+
]
39813987
},
39823988
{
3983-
"html": "<p>Return <var>result</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-race-response\" id=\"ref-for-dfn-race-response③\">race response</a>.</p>"
3989+
"html": "<p>Set <var>routedResponse</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info\" id=\"ref-for-service-worker-timing-info④\">service worker timing info</a>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source②\">worker final router source</a> be set to <var>result</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#race-result-used-route\" id=\"ref-for-race-result-used-route④\">used route</a>.</p>"
3990+
},
3991+
{
3992+
"html": "<p>Return <var>routedResponse</var>.</p>"
39843993
}
39853994
]
39863995
},
@@ -4055,11 +4064,26 @@
40554064
"html": "<p>Let <var>fetchResult</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#create-fetch-event-and-dispatch\" id=\"ref-for-create-fetch-event-and-dispatch①\">Create Fetch Event and Dispatch</a> with <var>request</var>, <var>registration</var>, <var>useHighResPerformanceTimers</var>, <var>timingInfo</var>, <var>workerRealm</var>, <var>reservedClient</var>, <var>preloadResponse</var>, and null.</p>"
40564065
},
40574066
{
4058-
"html": "If <var>fetchResult</var> is not null and <var>fetchResult</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#response-service-worker-timing-info\" id=\"ref-for-response-service-worker-timing-info\">service worker timing info</a>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source③\">worker final router source</a> is set to <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routersourceenum-network\" id=\"ref-for-dom-routersourceenum-network③\">\"network\"</a></code>:",
4059-
"rationale": "set",
4067+
"html": "If <var>timingInfo</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source③\">worker final router source</a> is not an empty string:",
4068+
"rationale": "assert",
40604069
"steps": [
40614070
{
4062-
"html": "<p>Set <var>fetchResult</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#response-service-worker-timing-info\" id=\"ref-for-response-service-worker-timing-info①\">service worker timing info</a>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source④\">worker final router source</a> to <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routersourceenum-fetch-event\" id=\"ref-for-dom-routersourceenum-fetch-event③\">\"fetch-event\"</a></code>.</p>"
4071+
"html": "<p>Assert <var>timingInfo</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source④\">worker final router source</a> is <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routersourceenum-network\" id=\"ref-for-dom-routersourceenum-network④\">\"network\"</a></code>.</p>"
4072+
},
4073+
{
4074+
"html": "<p>If <var>fetchResult</var> is null, then return <var>timingInfo</var>.</p>"
4075+
},
4076+
{
4077+
"html": "Else:",
4078+
"rationale": "assert",
4079+
"steps": [
4080+
{
4081+
"html": "<p>Assert <var>fetchResult</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#response-service-worker-timing-info\" id=\"ref-for-response-service-worker-timing-info\">service worker timing info</a>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source⑤\">worker final router source</a> is <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routersourceenum-network\" id=\"ref-for-dom-routersourceenum-network⑤\">\"network\"</a></code>.</p>"
4082+
},
4083+
{
4084+
"html": "<p>Set <var>fetchResult</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#response-service-worker-timing-info\" id=\"ref-for-response-service-worker-timing-info①\">service worker timing info</a>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-final-router-source\" id=\"ref-for-service-worker-timing-info-worker-final-router-source⑥\">worker final router source</a> to <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routersourceenum-fetch-event\" id=\"ref-for-dom-routersourceenum-fetch-event③\">\"fetch-event\"</a></code>.</p>"
4085+
}
4086+
]
40634087
}
40644088
]
40654089
},

ed/ids/service-workers.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,10 +3563,13 @@
35633563
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routersourceenum-fetch-event%E2%91%A0",
35643564
"https://w3c.github.io/ServiceWorker/#ref-for-queue-enqueue%E2%91%A3",
35653565
"https://w3c.github.io/ServiceWorker/#ref-for-queue-dequeue%E2%91%A0",
3566-
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info-worker-final-router-source%E2%91%A1",
3566+
"https://w3c.github.io/ServiceWorker/#ref-for-race-result-routed-response%E2%91%A2",
35673567
"https://w3c.github.io/ServiceWorker/#ref-for-race-result-used-route%E2%91%A2",
3568+
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routersourceenum-network%E2%91%A2",
35683569
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info%E2%91%A2",
3569-
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A2",
3570+
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info%E2%91%A3",
3571+
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info-worker-final-router-source%E2%91%A1",
3572+
"https://w3c.github.io/ServiceWorker/#ref-for-race-result-used-route%E2%91%A3",
35703573
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routersourceenum-fetch-event%E2%91%A1",
35713574
"https://w3c.github.io/ServiceWorker/#ref-for-navigation-request%E2%91%A0",
35723575
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-registration-navigation-preload-enabled-flag%E2%91%A2",
@@ -3599,22 +3602,25 @@
35993602
"https://w3c.github.io/ServiceWorker/#ref-for-deserialize-a-serialized-abort-reason",
36003603
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-abort%E2%91%A3",
36013604
"https://w3c.github.io/ServiceWorker/#ref-for-create-fetch-event-and-dispatch%E2%91%A0",
3602-
"https://w3c.github.io/ServiceWorker/#ref-for-response-service-worker-timing-info",
36033605
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info-worker-final-router-source%E2%91%A2",
3604-
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routersourceenum-network%E2%91%A2",
3605-
"https://w3c.github.io/ServiceWorker/#ref-for-response-service-worker-timing-info%E2%91%A0",
36063606
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info-worker-final-router-source%E2%91%A3",
3607+
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routersourceenum-network%E2%91%A3",
3608+
"https://w3c.github.io/ServiceWorker/#ref-for-response-service-worker-timing-info",
3609+
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info-worker-final-router-source%E2%91%A4",
3610+
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routersourceenum-network%E2%91%A4",
3611+
"https://w3c.github.io/ServiceWorker/#ref-for-response-service-worker-timing-info%E2%91%A0",
3612+
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info-worker-final-router-source%E2%91%A5",
36073613
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routersourceenum-fetch-event%E2%91%A2",
36083614
"https://w3c.github.io/ServiceWorker/#create-fetch-event-and-dispatch-algorithm",
36093615
"https://w3c.github.io/ServiceWorker/#create-fetch-event-and-dispatch",
36103616
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request%E2%91%A7",
36113617
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-service-worker-registration%E2%91%A4%E2%91%A6",
3612-
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info%E2%91%A3",
3618+
"https://w3c.github.io/ServiceWorker/#ref-for-service-worker-timing-info%E2%91%A4",
36133619
"https://w3c.github.io/ServiceWorker/#ref-for-concept-relevant-realm%E2%91%A8",
36143620
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-service-worker-global-object%E2%91%A0%E2%91%A0",
36153621
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-reserved-client%E2%91%A0",
36163622
"https://w3c.github.io/ServiceWorker/#ref-for-sec-promise-objects%E2%91%A2%E2%91%A1",
3617-
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A3",
3623+
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A2",
36183624
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response%E2%91%A0%E2%91%A2",
36193625
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-client%E2%91%A3",
36203626
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-active-worker%E2%91%A3%E2%91%A1",

ed/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-05-30T00:56:46.663Z",
4+
"date": "2025-05-30T06:45:29.255Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -34644,11 +34644,11 @@
3464434644
],
3464534645
"crawled": "https://w3c.github.io/ServiceWorker/",
3464634646
"crawlCacheInfo": {
34647-
"lastModified": "Thu, 29 May 2025 23:51:50 GMT"
34647+
"lastModified": "Fri, 30 May 2025 06:26:58 GMT"
3464834648
},
3464934649
"generator": "bikeshed",
34650-
"date": "29 May 2025",
34651-
"revision": "4e9d70547fb06af545bba8a32d482940bbb2be88",
34650+
"date": "30 May 2025",
34651+
"revision": "ef029c5bb511f2cce0e1bec146fc597460fbe961",
3465234652
"algorithms": "algorithms/service-workers.json",
3465334653
"links": "links/service-workers.json",
3465434654
"refs": "refs/service-workers.json",
@@ -36708,7 +36708,7 @@
3670836708
],
3670936709
"crawled": "https://w3c.github.io/vibration/",
3671036710
"crawlCacheInfo": {
36711-
"lastModified": "Wed, 12 Feb 2025 18:39:29 GMT"
36711+
"lastModified": "Wed, 12 Feb 2025 18:39:30 GMT"
3671236712
},
3671336713
"generator": "respec",
3671436714
"date": "12 February 2025",

0 commit comments

Comments
 (0)