Stuk/jszip-utils

local request for a bad URL is treated as a good request

mark-bradshaw opened this issue · 0 comments

I've submitted a pull request on the part of the code that is causing me problems. When I ask for a zip file that is on localhost, the GetBinaryContent function doesn't seem to care what status I get back. If the url I request is a bad one, the function still proceeds as if I got a 200 status when in reality I got a 404 and it should fail.