第二次执行时WinJS.xhr错误

时间:2012-10-17 14:18:46

标签: javascript windows-store-apps winjs

测试样本http://code.msdn.microsoft.com/windowsapps/Getting-started-with-310271df

我在 WinJS.xhr 电话中面临一些荒谬的问题。下面的示例如果您运行它是第一次工作。但是,下次它会出现此错误!

Exception is about to be caught by JavaScript library 
code at line 2351, column 21 in ms-appx://microsoft.winjs.1.0/js/base.js

0x800c0008 - JavaScript runtime error: The download of the specified 
resource has failed.

If there is a handler for this exception, the program may be safely continued."

现在,如果我删除调试文件夹,它对我来说再次正常工作。 如果我安装它也是同样的情况。

1 个答案:

答案 0 :(得分:2)

试试这个:

return WinJS.xhr({ url: myUrl, headers: { "Cache-Control": "no-cache"} });