In html5 target, assets got loaded successfully in Chrome& Safary, but in FireFox, I got this error:
data is not defined, in the function:
var haxe_io_Bytes = function(data) {
this.length = data.byteLength;
this.b = new Uint8Array(data);
this.b.bufferValue = data;
data.hxBytes = this;
data.bytes = this.b;
};
then the assets loading progress bar get stopped, and nothing happen, but more errors like the same above.
How would I know what’s going on with FireFox?