If you’re using Chrome Canary for your development work now you can find a asyc radio button next to the callstack when you stop on a breakpoint in the DevTools. Enabling it adds the functions that triggered an asynchronous action that called in the end the function you’ve your breakpoint in. The awesome about this is… Continue reading A new async callstack have landed in Chrome Canary
Tag: html5 app
Cache Manifest not detected by iPhone and app not working offline
Today I had a strange behaviour when I moved an supposed-to-work-offline html5 app I’m making to another server. Although everything was just copy-pased it seemed that the apache didn’t serve the cache.manifest file as text/cache-manifest for the iPhone (it worked just as desired on Chrome). The solution was rather strange and i still don’t know… Continue reading Cache Manifest not detected by iPhone and app not working offline