-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
node.js support #94
Comments
Just FYI, for others finding that Node.js is not supported, you'll get errors like:
to tell you that Node.js isn't supported. |
Workaround using: https://www.npmjs.com/package/xhr2
|
Hey, this is probably a dumb question, but how can I add this library to a lein project? I tried to put
|
@JimTheMan you might just need run |
@JimTheMan, you swapped the last two letters of the library's name. Try using |
Hello folks, bumped into this as well! I saw that there are many forks fixing this, maybe we can think about merging one of theem? |
For (ns your-name.space
(:require ["xhr2" :as xhr2]))
(set! js/XMLHttpRequest xhr2) |
For those using |
I got sick of this and found another library
|
Hey all! Funny that I just stumbled upon this post again! I was able to get the request working with the same two lines above here and adding I am also seeing this odd, "Discarding entity body for GET requests" message. Does anyone have any more info on this? |
I'm also getting (set! js/XMLHttpRequest xhr2) I did find a related issue, but how would I hack into |
Do you plan to support node.js?
The text was updated successfully, but these errors were encountered: