Hello,
seems to be an issue with network.request listener
Property event.response on callback returns nil and event.status returns 0
Version 2018.3279 (2018.4.26),
Testing on Safari and Chrome.
Hello,
seems to be an issue with network.request listener
Property event.response on callback returns nil and event.status returns 0
Version 2018.3279 (2018.4.26),
Testing on Safari and Chrome.
If you’re running the HTML5 app locally, you are going to run into a cross-platform scripting restriction. You can install a CORS plugin in your browser for testing (though this is unsafe for other operations) or upload the HTML5 app to a website and see if that changes your results.
Rob
If you’re running the HTML5 app locally, you are going to run into a cross-platform scripting restriction. You can install a CORS plugin in your browser for testing (though this is unsafe for other operations) or upload the HTML5 app to a website and see if that changes your results.
Rob