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
parse_image 0.2.0 is still using Parse.promise.as() and Parse.promise() which results in an exception
return Parse.Cloud.httpRequest({ url: url }).then(function(response) { var image = new Image(); return image.setData(response.buffer);
promise resolved
exception: Parse.promise is the wrong type
Server
Database
The text was updated successfully, but these errors were encountered:
Unrelated to this project. Please open the issue on the appropriate repositoryz
Sorry, something went wrong.
No branches or pull requests
Before opening the issue please ensure that you have:
Issue Description
parse_image 0.2.0 is still using Parse.promise.as() and Parse.promise() which results in an exception
Steps to reproduce
return Parse.Cloud.httpRequest({ url: url }).then(function(response) {
var image = new Image();
return image.setData(response.buffer);
Expected Results
promise resolved
Actual Outcome
exception: Parse.promise is the wrong type
Environment Setup
Server
Database
Logs/Trace
The text was updated successfully, but these errors were encountered: