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

Refactor the Response class so that we can support internal responses. #3767

Closed
serverhiccups opened this issue Jan 24, 2020 · 1 comment
Closed
Labels

Comments

@serverhiccups
Copy link
Contributor

Spec: https://fetch.spec.whatwg.org/
Currently, we support the idea of a filtered response by just omitting information information from the response. In order to properly meet the spec, we must have an internal response. This should also solve an issue where "cors" type requests don't use Access-Control-Expose-Headers.

I think that this is pretty low priority as the current implementation will be fine for 99% of use cases.

@stale
Copy link

stale bot commented Jan 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 6, 2021
@stale stale bot closed this as completed Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant