Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants