Skip to content

Commit 2532cb6

Browse files
committed
Fixing preload request. Generating html.
1 parent c8053f5 commit 2532cb6

File tree

3 files changed

+68
-50
lines changed

3 files changed

+68
-50
lines changed

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2915,7 +2915,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
29152915
1. Let |preloadRequestHeaders| be |preloadRequest|'s [=request/header list=].
29162916
1. Let |preloadResponseObject| be a new {{Response}} object associated with a new {{Headers}} object whose [=guard=] is "`immutable`".
29172917
1. [=header list/Append=] to |preloadRequestHeaders| a new [=header=] whose [=header/name=] is \`<code>Service-Worker-Navigation-Preload</code>\` and [=header/value=] is |registration|'s [=navigation preload header value=].
2918-
1. Set |preloadRequest|'s [=skip-service-worker flag=].
2918+
1. Set |preloadRequest|'s [=service-workers mode=] to "`none`".
29192919
1. Run the following substeps [=in parallel=]:
29202920
1. [=Fetch=] |preloadRequest|.
29212921

0 commit comments

Comments
 (0)