-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
URL constructor not spec compliant #49856
Comments
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
@Upsilon-Iridani 0.73 is out of support and it won't receive any further updates. The oldest supported version right now is 0.76. Can you check if the problem persists there as well? |
I could only reproduce it in a snack by selecting expo 0.49, so it might already be solved. Then the code I linked in the issue should probably be deleted, as it appears dead/unused. |
Description
When supplying the URL constructor with a second argument, 'base', paths aren't resolved correctly. see https://developer.mozilla.org/en-US/docs/Web/API/URL/URL#base
The error is visible here:
react-native/packages/react-native/Libraries/Blob/URL.js
Lines 80 to 107 in 900b625
Steps to reproduce
React Native Version
0.73
Affected Platforms
Runtime - iOS
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
N/A
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: