extensions
extensions copied to clipboard
Update dolar-cripto-ar extension
Description
Fixed Abort Controller Handling: Previously, users were seeing an error message indicating that fetch requests were being aborted. This was due to premature aborts caused by the Abort Controller logic. The issue has now been resolved by refining the abort controller handling and state management.
Improved Error Handling: Implemented a more robust error handling mechanism to ensure that only genuine errors are reported to the user, avoiding false alarms and improving the overall user experience.
Screencast
Checklist
- [x] I read the extension guidelines
- [x] I read the documentation about publishing
- [x] I ran
npm run build
and tested this distribution build in Raycast - [x] I checked that files in the
assets
folder are used by the extension itself - [x] I checked that assets used by the
README
are placed outside of themetadata
folder