File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ A likely inexhaustive enumeration of user agent state and ongoing standards acti
38
38
39
39
* Cookies
40
40
* 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 ) )
44
45
* DNS
45
46
* HTTP authentication
46
47
* Alt-Svc
You can’t perform that action at this time.
0 commit comments