Skip to content

Commit b262646

Browse files
[HTML] 編集(用語対訳/表記上の整理/論理的な簡約など
1 parent 8cc2930 commit b262646

File tree

3 files changed

+189
-146
lines changed

3 files changed

+189
-146
lines changed

Workers-ja.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
環境~設定群~obj:~WAPI#environment-settings-object
416416
尚早に中止され:~WAPI#abort-a-running-script
417417
走っている~scriptを中止する:~WAPI#abort-a-running-script
418+
~fetch~hookを遂行する~algo:~WAPI#fetching-scripts-perform-fetch
418419
~fetchを遂行する~hook:~WAPI#fetching-scripts-perform-fetch
419420
V.~custom~fetch応答の処理n:~WAPI#fetching-scripts-processcustomfetchresponse
420421
V.~top-levelか:~WAPI#fetching-scripts-is-top-level
@@ -3555,7 +3556,7 @@ <h4 title="Processing model">10.2.4. 処理~model</h4>
35553556

35563557
<div class="algo">
35573558
<p>
3558-
%~fetchを遂行する は,`~fetchを遂行する~hook$であり、
3559+
%~fetchを遂行する は,`~fetch~hookを遂行する~algo$であり、
35593560
所与の
35603561
( %要請, `~top-levelか$V, `~custom~fetch応答の処理n$V )
35613562
に対し,次を遂行する:
@@ -5019,7 +5020,7 @@ <h4 title="Importing scripts and libraries">10.3.1. ~script/~libraryの~import
50195020
⇒#
50205021
`WorkerGlobalScope$I ~obj %~worker大域~scope,
50215022
`~scalar値~文字列$の`~list$ %~URL群,
5022-
`~fetchを遂行する~hook$ %~fetchを遂行する(省略時は ε )
5023+
`~fetch~hookを遂行する~algo$ %~fetchを遂行する(省略時は ε )
50235024
◎終
50245025
に対し,次の手続きを走らすモノトスル:
50255026
@@ -5138,7 +5139,7 @@ <h4 title="Importing scripts and libraries">10.3.1. ~script/~libraryの~import
51385139

51395140
<p class="note">注記:
51405141
`Service Workers^cite `SW$r は、
5141-
自前の`~fetchを遂行する~hook$を与えて この~algoを走らす仕様の例である。
5142+
自前の`~fetch~hookを遂行する~algo$を与えて この~algoを走らす仕様の例である。
51425143
51435144
Service Workers is an example of a specification that runs this algorithm with its own perform the fetch hook. [SW]
51445145
</p>

service-workers-ja.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@
11441144
~module指定子を解決する:~WAPI#resolve-a-module-specifier
11451145
~module~map:~WAPI#module-map
11461146
~module~script:~WAPI#module-script
1147-
~fetchを遂行する~hook:~WAPI#fetching-scripts-perform-fetch
1147+
~fetch~hookを遂行する~algo:~WAPI#fetching-scripts-perform-fetch
11481148
小taskを~queueする:~WAPI#queue-a-microtask
11491149
~taskを~queueする:~WAPI#queue-a-task
11501150
~queueされ:~WAPI#queue-a-task
@@ -10319,7 +10319,7 @@ <h4 id="importscripts-method">6.3.2. `importScripts(urls)^n</h4>
1031910319
⇒#
1032010320
コレ,
1032110321
%urls,
10322-
次に定義される(`~fetchを遂行する~hook$を成す)手続き
10322+
次に定義される(`~fetch~hookを遂行する~algo$を成す)手続き
1032310323
1032410324
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,\
1032510325
</p>
@@ -12056,7 +12056,7 @@ <h3 title="Update">`更新する@</h3>
1205612056
<div class="algo">
1205712057
<p>
1205812058
%~fetchを遂行する は、
12059-
`~fetchを遂行する~hook$であり,
12059+
`~fetch~hookを遂行する~algo$であり,
1206012060
所与の
1206112061
( %要請, %~top-levelか, %~custom~fetch応答の処理n )
1206212062
に対し,次を走らす:

0 commit comments

Comments
 (0)