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
Since fetch uses the Request and Response interfaces, and those interfaces are often used along with fetch, those too should be surfaced (they are in Chrome, for example). The absence of these interfaces causes aws4fetch to fail with an Uncaught ReferenceError: Request is not defined error.
The text was updated successfully, but these errors were encountered:
The global object currently surfaces the following:
Since
fetch
uses theRequest
andResponse
interfaces, and those interfaces are often used along with fetch, those too should be surfaced (they are in Chrome, for example). The absence of these interfaces causes aws4fetch to fail with anUncaught ReferenceError: Request is not defined
error.The text was updated successfully, but these errors were encountered: