Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the wrong service-worker mode. #733

Merged
merged 5 commits into from
Aug 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ To <dfn>check interest group permissions</dfn> given an [=origin=]
:: «`Accept`: `application/json`»
: [=request/client=]
:: `null`
: [=request/service-workers mode=]
:: "`none`"
: [=request/origin=]
:: |frameOrigin|
: [=request/mode=]
Expand Down Expand Up @@ -1529,8 +1527,6 @@ To <dfn>fetch script</dfn> given a [=URL=] |url|:
:: «`Accept`: `text/javascript`»
: [=request/client=]
:: `null`
: [=request/service-workers mode=]
:: "`none`"
: [=request/mode=]
:: "`no-cors`"
: [=request/referrer=]
Expand Down Expand Up @@ -1560,8 +1556,6 @@ To <dfn>fetch WebAssembly</dfn> given a [=URL=] |url|:
:: «`Accept`: `application/wasm`»
: [=request/client=]
:: `null`
: [=request/service-workers mode=]
:: "`none`"
: [=request/mode=]
:: "`no-cors`"
: [=request/referrer=]
Expand Down Expand Up @@ -1599,8 +1593,6 @@ To <dfn>fetch trusted signals</dfn> given a [=URL=] |url|, and a [=boolean=] |is
:: «`Accept`: `application/json`»
: [=request/client=]
:: `null`
: [=request/service-workers mode=]
:: "`none`"
: [=request/mode=]
:: "`no-cors`"
: [=request/referrer=]
Expand Down Expand Up @@ -2622,8 +2614,6 @@ The <dfn for=Navigator method>updateAdInterestGroups()</dfn> method steps are:
:: «`Accept`: `application/json`»
: [=request/client=]
:: `null`
: [=request/service-workers mode=]
:: "`none`"
: [=request/mode=]
:: "`no-cors`"
: [=request/referrer=]
Expand Down