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
The file/url loading code is not flexible: it is complicated to add support for a new file extension. This must be made more adaptable.
The text was updated successfully, but these errors were encountered:
The ability to load arraybuffer directly and stop loading will be appreciated, especially in urls.
Sorry, something went wrong.
Ok... What would be your use case?
Have you seen what @tmskmr did in #332? His memory class is what you are asking for?
Yes, this is usefull te load data from Arraybuffers. A generic method like app.stopLoading() to be able to cancel load progess can be also usefull.
It is just an idea...
I create a specific issue for stopping the load: see #340.
No branches or pull requests
The file/url loading code is not flexible: it is complicated to add support for a new file extension. This must be made more adaptable.
The text was updated successfully, but these errors were encountered: