Skip to content

Commit 5e1d87d

Browse files
[ServiceWorker] Correct ServiceWorkerRegistration's update() Web IDL w3c/ServiceWorker@0a2f29f
+ Editorial: Add a space between following and perform the fetch hook w3c/ServiceWorker@479b8ae
1 parent 82a9ab3 commit 5e1d87d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

service-workers-ja.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@
254254

255255
●●options
256256

257-
spec_date:2025-03-21
258-
trans_update:2025-02-21
257+
spec_date:2025-05-01
258+
trans_update:2025-05-02
259259
source_checked:240222
260260
original_url:https://w3c.github.io/ServiceWorker/
261261
abbr_url:SW1
@@ -3913,7 +3913,7 @@ <h3>3.2. `ServiceWorkerRegistration^I</h3>
39133913
readonly attribute `USVString$ `scope$m;
39143914
readonly attribute `ServiceWorkerUpdateViaCache$I `updateViaCache$m;
39153915

3916-
[`NewObject$] `Promise$&lt;`undefined$&gt; `update$m();
3916+
[`NewObject$] `Promise$&lt;`ServiceWorkerRegistration$I&gt; `update$m();
39173917
[`NewObject$] `Promise$&lt;`boolean$&gt; `unregister$m();
39183918

39193919
// event
@@ -10450,7 +10450,7 @@ <h4 id="importscripts-method">6.3.2. `importScripts(urls)^n</h4>
1045010450
%urls,
1045110451
次に定義される(`~fetch~hookを遂行する~algo$を成す)手続き
1045210452
10453-
When the importScripts(urls) method is called on a ServiceWorkerGlobalScope object, the user agent must import scripts into worker global scope, given this ServiceWorkerGlobalScope object and urls, and with the followingperform the fetch hook steps,\
10453+
When the importScripts(urls) method is called on a ServiceWorkerGlobalScope object, the user agent must import scripts into worker global scope, given this ServiceWorkerGlobalScope object and urls, and with the following perform the fetch hook steps,\
1045410454
</p>
1045510455

1045610456
<div class="algo">

0 commit comments

Comments
 (0)