Skip to content

Commit

Permalink
Merge pull request #1745 from yoshisatoyanagisawa/workflow
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
ylafon authored Jan 22, 2025
2 parents 9dbcd10 + 3ad1d0d commit e23f928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
main:
name: Build, Validate and Deploy Locally
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
Expand Down
6 changes: 3 additions & 3 deletions docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
<dd>a new {{WindowClient}} object that represents |incumbentGlobal|'s [=relevant settings object=].</dd>

<dt>Otherwise</dt>
<dd>a new {{Client}} object that represents |incumbentGlobal|'s associated worker
</dd>
<dd>a new {{Client}} object that represents |incumbentGlobal|'s associated worker</dd>
</dl>
1. Let |origin| be the [=serialization of an origin|serialization=] of |incumbentSettings|'s [=environment settings object/origin=].
1. Let |destination| be the {{ServiceWorkerGlobalScope}} object associated with |serviceWorker|.
1. Let |deserializeRecord| be <a abstract-op>StructuredDeserializeWithTransfer</a>(|serializeWithTransferResult|, |destination|'s [=global object/Realm=]).
Expand Down Expand Up @@ -2991,7 +2991,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
</section>

<section algorithm>
<h3 id="setup-serviceworkerglobalscope"><dfn>Setup ServiceWorkerGlobalScope</dfn></h3>
<h3 id="setup-serviceworkerglobalscope-algorithm"><dfn>Setup ServiceWorkerGlobalScope</dfn></h3>

: Input
:: |serviceWorker|, a [=/service worker=]
Expand Down

0 comments on commit e23f928

Please sign in to comment.