Skip to content
Merged
Changes from all commits
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
2 changes: 2 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,8 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/

The <dfn method for="NavigationPreloadManager"><code>setHeaderValue(|value|)</code></dfn> method steps are:

1. Let |value| be the result of [=header value/normalizing=] |value|.
1. If |value| is not a [=header value=], return [=a promise rejected with=] a {{TypeError}}.
1. Let |promise| be [=a new promise=].
1. Run the following steps [=in parallel=]:
1. Let |registration| be [=this=]'s associated [=/service worker registration=].
Expand Down
Loading