-
# Boot Bug Report
## Platform details
Platform (macOS, Linux, Windows): macOS
Platform version: 10.12.6
JRE/JDK version (`java -version`):
```
java version "1.8.0_121"
Java(TM) SE Runtime …
-
The following call
```
(DELETE "http://localhost:3000"
{:format (json-request-format)})
```
makes an http DELETE request with the request-body `null` and `Content-Length` 4 even if no `:para…
-
On Clojurians Slack, people ask things like "why my `"Content-Type"` is ignored" once every month or two, or at least it feels that way. I myself have had some issues after forgetting what I should pr…
-
Hi. Thanks for cljs-ajax!
What's the recommended way to wire up the `goog.net.EventType.UPLOAD_PROGRESS` event listening? When I've registered the handler on the returned xhrio request object:
`…
-
-
I guess it's not that hard to implement given that `request->xhrio-options` already creates `goog.net.XhrIo` that supports `setProgressEventsEnabled`.
-
Add native support for XMLHttpRequest and XhrIo.
Perhaps revise Planck's HTTP wrapper to sit atop these native facilities.
-
Hi,
I recently opened an issue for transit-clj regarding Umlauts. However, discussing the problem it seems that transit itself can handle them, but somehow in my usecase they were not converted corre…
sveri updated
9 years ago
-
The new release of re-natal (version 0.9) defaults to using `:target :nodejs` which seems incompatible with this code:
```
(def xmlhttprequest
(if (= cljs.core/*target* "nodejs")
(let [xml…
-
Hi,
I know it may be impossible using this lib, but since it explicitly says it's only for css and js I wanted to ask -
if I have some HTML (which includes some resources such as tags) and would…