Skip to content

Commit 0dcbb71

Browse files
committed
Editorial: link to Fetch's destinations for Sec-Fetch-Dest
1 parent 33b5d41 commit 0dcbb71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@ The <dfn http-header export>`Sec-Fetch-Dest`</dfn> HTTP request header exposes a
123123
Sec-Fetch-Dest = sh-token
124124
```
125125

126-
Valid `Sec-Fetch-Dest` values include "`audio`", "`audioworklet`", "`document`", "`embed`",
127-
"`empty`", "`font`", "`frame`", "`iframe`", "`image`", "`manifest`", "`object`", "`paintworklet`",
128-
"`report`", "`script`", "`serviceworker`", "`sharedworker`", "`style`", "`track`", "`video`",
129-
"`worker`", "`xslt`".
126+
Valid `Sec-Fetch-Dest` values include the set of valid [=request=] [=request/destinations=]
127+
defined by [[!Fetch]].
130128

131129
In order to support forward-compatibility with as-yet-unknown request types, servers SHOULD ignore
132130
this header if it contains an invalid value.

0 commit comments

Comments
 (0)