Skip to content

Commit

Permalink
Mention the CORS-preflight cache
Browse files Browse the repository at this point in the history
And update some standardized bits.
  • Loading branch information
annevk committed Oct 13, 2020
1 parent 7aba98d commit a692e60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ A likely inexhaustive enumeration of user agent state and ongoing standards acti

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

0 comments on commit a692e60

Please sign in to comment.