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

XMLHttpRequest broken after Axios migration #299

Open
jozsi opened this issue Nov 1, 2024 · 0 comments
Open

XMLHttpRequest broken after Axios migration #299

jozsi opened this issue Nov 1, 2024 · 0 comments

Comments

@jozsi
Copy link

jozsi commented Nov 1, 2024

Which SDK version are you using?

v21.0.3 (latest)

What's the issue?

#260

Steps/Sample code to reproduce the issue

Use in a browser environment.

Observed Results:

Http.request crashes.

Expected Results:

Http.request is the isomorphic function that routes either to Http.xmlHttpRequest (browser) or Http.requestPromise (axios, on backend). The following commit has replaced the request library with axios, adapted the code partly, hence creating a discrepancy: a2d64d9

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

No branches or pull requests

1 participant