https://github.com/jimlynchcodes/xmlhttprequest-cljs-core.async-error-solved
A little ClojureScript Lambda function with core.async and xhr2 installed and makes an http request without the dreaded, "XMLHttpRequest is not defined" error.
https://github.com/jimlynchcodes/xmlhttprequest-cljs-core.async-error-solved
Last synced: 11 months ago
JSON representation
A little ClojureScript Lambda function with core.async and xhr2 installed and makes an http request without the dreaded, "XMLHttpRequest is not defined" error.
- Host: GitHub
- URL: https://github.com/jimlynchcodes/xmlhttprequest-cljs-core.async-error-solved
- Owner: JimLynchCodes
- License: mit
- Created: 2020-01-11T17:56:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T01:18:41.000Z (over 6 years ago)
- Last Synced: 2025-07-02T06:45:00.279Z (12 months ago)
- Language: Clojure
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-old.md
- License: LICENSE
Awesome Lists containing this project
README
# XMLHttpRequest-Cljs-Core.Async-Error-Solved
A little ClojureScript Lambda function with core.async and xhr2 installed and makes an http request without the dreaded, "XMLHttpRequest is not defined" error.