How do I debug Internet Explorer on Windows Phone 7?

后端 未结 6 1052
一整个雨季
一整个雨季 2020-12-05 18:15

I\'m not a Windows Phone developer, and I want as little to do as possible with anything related to Microsoft. Nonetheless, I need to get my mobile web app running properly

6条回答
  •  遥遥无期
    2020-12-05 18:41

    I'm using this hack to have console.log send info back to the server (it uses window.fetch, which I'm polyfilling, but could use xhr instead) https://gist.github.com/wheresrhys/bf93057ee3a594454582

提交回复
热议问题