dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

open-image-url conflicts with application cache #63

Closed dyoo closed 12 years ago

dyoo commented 12 years ago

open-image-url is not safe when used with application caching in place. It looks like Chrome will not respect xmlhttprequests when it's in appcache mode.

dyoo commented 12 years ago

Ok, I need to add the following to the manifest to let other network resources work out:

 # All other resources (e.g. sites) require the user to be online.
 NETWORK:
 *
dyoo commented 12 years ago

Will be fixed when I release 1.8 (afaea74660679ac7d3af2d5769911c55463c1031)