cho45 / jsdeferred

Asynchronous library in JavaScript. Standalone and Compact.
http://cho45.stfuawsc.com/jsdeferred/
332 stars 48 forks source link

Image corrupt or truncated #22

Open Piggy2727 opened 12 years ago

Piggy2727 commented 12 years ago

First, thank you for the fine script. If I run a script in Firefox I see "Image corrupt or truncated: data:image/png.." at the Javascript error console. This also happens on your demo page. In other browsers it seems okay.

debug-ito commented 12 years ago

I can confirm this bug. I use Firefox 14.0.1 in Xubuntu Linux 12.04

In your "cookbook" section, "Basic chain", "Basic loop" and "Workers" emit the error messages, but "Deferred Ajax", "Parallel deferred" do not emit anything. I did not try other examples.