-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Timeline for next release? #531
Comments
I can cut a new release easily, but if this is needed for React Native compatibility, then maybe you can help me clear one more thing out that is supposed to help with React Native: #521 (comment) Doesn't React Native support |
React Native's approach is to implement APIs that are available on web browsers, such as XMLHttpRequest. The fetch API is provided with this polyfill, but not 'natively'. I agree that things may be more simple if RN had a direct fetch implementation. I assume this decision was made for compatibility with browser libraries that expect XMLHttpRequest to exist. |
看不懂 |
api help me |
328140484 |
Hi, when can we expect the next release?
At Facebook we're blocked because React Native has had/will have the ability to switch the default of
XMLHttpRequest.sendRequest({withCredentials
, and the current release of fetch assumes that withCredentials defaults to false.This was fixed in 9a0c992
The text was updated successfully, but these errors were encountered: