Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Use compliance modes throughout #20

Open
5 tasks
lucacasonato opened this issue Mar 30, 2023 · 1 comment
Open
5 tasks

Use compliance modes throughout #20

lucacasonato opened this issue Mar 30, 2023 · 1 comment

Comments

@lucacasonato
Copy link
Member

Use the compliance modes from #19 throughout the spec:

  • CORS
  • Cookies
  • Caching
  • Service workers
  • Basic auth popup
@andreubotella
Copy link
Member

andreubotella commented Mar 31, 2023

It seems like a "supports HTTP cache" compliance mode would indeed be needed, since the "HTTP-network-or-cache fetch" algorithm can add Cache-Control and Pragma request headers, as well as return a network error for uncached responses, depending on the request's cache option. None of which seems acceptable for implementations without an HTTP cache.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants