Open michaelcameron opened 5 months ago
While responses with status code 204 should not return content, the headers are still useful to read. This fixes https://github.com/JulianBirch/cljs-ajax/issues/251 and still processes the response, returning a nil body.
nil
@JulianBirch Could you review this PR?
While responses with status code 204 should not return content, the headers are still useful to read. This fixes https://github.com/JulianBirch/cljs-ajax/issues/251 and still processes the response, returning a
nil
body.