Skip to content
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

feat: Replace XMLHttpRequest with Fetch API #2503

Draft
wants to merge 7 commits into
base: alpha
Choose a base branch
from

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Mar 14, 2025

Pull Request

Issue

Fetch API is the successor of XMLHTTPRequest. The xmlhttprequest package used in the SDK hasn't been updated in 7 years.

https://blog.logrocket.com/fetch-api-node-js/

Closes: #2498

Approach

  • Remove dependency on xmlhttprequest
  • Pass integration tests
  • Add new feature to allow upload and download file progress in both browser and node. Previously it was only upload progress on browser.

Tasks

TODO:

  • Pass unit tests
  • Add more browser tests like File Blob upload
  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)

Copy link

parse-github-assistant bot commented Mar 14, 2025

🚀 Thanks for opening this pull request!

@dplewis dplewis marked this pull request as draft March 14, 2025 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace XMLHttpRequest with Fetch API
1 participant