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
Currently, the downloadBundleUri function contains multiple nested if-else statements within a try block, making the logic difficult to follow and maintain. I propose to enhance error handling and overall code readability by using early returns and applying a consistent async/await pattern. May I proceed with this work?
The text was updated successfully, but these errors were encountered:
First of all, thank you for creating this library!
Currently, the downloadBundleUri function contains multiple nested if-else statements within a try block, making the logic difficult to follow and maintain. I propose to enhance error handling and overall code readability by using early returns and applying a consistent async/await pattern. May I proceed with this work?
The text was updated successfully, but these errors were encountered: