We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to get assets/build/foo/bar.file by XMLHttpRequest with Ejecta-X. I tried this but it raises "Couldn't open file"
var request = new XMLHttpRequest() request.open("GET","file:///android_asset/build/foo/bar.file"); request.send()
Is local file access supported by XMLHttpRequest?
The text was updated successfully, but these errors were encountered:
not supported, need cross java and c++ could you leave you email or contact way I'll send you a patch how to call java from C++ in ejecta js
Sorry, something went wrong.
Thank you! my email is here. https://github.com/yonekawa
https://docs.google.com/spreadsheet/ccc?key=0AlS-4HrSqgJodDduZE1TU2Zqa09jUW5GT19zZVhDdlE&usp=drive_web#gid=0
Requires #58 - will fix for any text based file.
#58 is merged. Some small work left to do to add support for images etc.
No branches or pull requests
I need to get assets/build/foo/bar.file by XMLHttpRequest with Ejecta-X.
I tried this but it raises "Couldn't open file"
Is local file access supported by XMLHttpRequest?
The text was updated successfully, but these errors were encountered: