clark Posted August 15, 2014 Share Posted August 15, 2014 Hey guys, I am having to look at ie9 support which has given me some headaches. I worked through the non phaser issues but I am struggling with something here. I am trying to load a JSON file in 2.0.7,SCRIPT10: The data necessary to complete this operation is not yet available. This line: JSON.parse(this._xhr.responseText) I am not writing a bug yet, because I am unsure that phaser is to blame but I am just looking for some advice for those more experienced who may be familiar with this kind of issue. Link to comment Share on other sites More sharing options...
clark Posted August 18, 2014 Author Share Posted August 18, 2014 This here Link to comment Share on other sites More sharing options...
qdrj Posted August 18, 2014 Share Posted August 18, 2014 Check encoding for this file. Use any tool from web to convert file to utf8. Link to comment Share on other sites More sharing options...
clark Posted August 18, 2014 Author Share Posted August 18, 2014 Thanks qdrj. We for sure have everythng setup as utf8 (some files were not). But even with this done. we get the same thing above. Link to comment Share on other sites More sharing options...
Recommended Posts