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
…nted to add a header it would create a new header object and then discard it when we tried to later add something to it.
It would also return a new header everywhere because calling `request.header` would construct a new one.
I'm using node
20.13.0
and I noticed that CORS was not working.Looking it to it, I found that when trying to set headers on the
Response
object, it wouldn't work.This will print empty for the headers.
I'll try to see if I can update the polyfill to address this issue.
The text was updated successfully, but these errors were encountered: