taskcluster / taskcluster-client-web

A Taskcluster client library for the browser
Mozilla Public License 2.0
3 stars 8 forks source link

Handle 204 responses as empty content #13

Closed eliperelman closed 6 years ago

eliperelman commented 6 years ago

Fixes #12.

djmitche commented 6 years ago

Hm, but why are the checks failing?

eliperelman commented 6 years ago

😞 Because my logic was inverted. If it tests true for being the right content-type, we want to get the json, not send null. 😞

djmitche commented 6 years ago

Good thing we had checks :)