Skip to content

Commit a692e60

Browse files
committed
Mention the CORS-preflight cache
And update some standardized bits.
1 parent 7aba98d commit a692e60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ A likely inexhaustive enumeration of user agent state and ongoing standards acti
3838

3939
* Cookies
4040
* Network state:
41-
* HTTP cache ([whatwg/fetch #904](https://github.com/whatwg/fetch/issues/904), [whatwg/fetch #943](https://github.com/whatwg/fetch/pull/943))
42-
* Connections ([whatwg/fetch #917](https://github.com/whatwg/fetch/issues/917))
43-
* Also consider speculative connections
41+
* HTTP cache (standardized in Fetch)
42+
* Connections (standardized in Fetch)
43+
* Also consider speculative connections (unclear where these are created in standards, but if done through Fetch it would be correct)
44+
* CORS-preflight cache ([whatwg/fetch #1101](https://github.com/whatwg/fetch/pull/1101))
4445
* DNS
4546
* HTTP authentication
4647
* Alt-Svc

0 commit comments

Comments
 (0)