You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: