-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Finish implementing URL accessors like host, hostname, username, password #45030
Comments
|
Here's the latest version of the code showing the features are still un-implemented. react-native/packages/react-native/Libraries/Blob/URL.js Lines 169 to 219 in 4cee0a4
|
@cortinico |
Please do 👍 |
Hi I'm Shivanand, the new contributor. Can i try to resolve this issue? Please provide me with brief information about this issue |
https://github.com/sossost/react-native into feat/facebook#45030-finish-implementing-URL-accessors
Hey I learned JS and Version Control few days ago, I am willing to contribute... I don't know how to get started... Can someone help me with it? |
Hi, Is this issue still open? If it is I would like to work on it. Thanks |
@cortinico |
I am working on the fix for this issue. |
There is already an open PR to address this: |
can you let me know whether shall I work on this issue or not? I am a first time contributor to this repo. |
@cortinico I've opened a new pull-request, can you kindly check that and let me know. also is there any untouched or anything which is uncompleted one? |
Description
The window.URL object is available in Hermes but is otherwise un-implemented. All of the accessors have todo Errors.
react-native/packages/react-native/Libraries/Blob/URL.js
Lines 140 to 230 in 43d69ee
Steps to reproduce
React Native Version
0.73.6
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/O0xP_moxLBNEHK9bXAXKl
It can't be reproduced in a browser folks. It can only be seen on hermes/Android so this is moot.
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: