GithubHelp home page GithubHelp logo

Comments (4)

stanleyw avatar stanleyw commented on July 20, 2024

The existing behavior is correct. "I saving" will not be printed until the save is actually completed. While the browser is waiting for that save to complete, it continues to execute the next code section.

You may have meant to write this instead:

  ...
  // Start the save operation
  console.log("I saving");
  return listing.save(null);
}).then(function(listing) {
  // The save was successful.
  console.log("I am final success");
}, function(error) {
  ...
});

You can read more about Promises at https://www.parse.com/docs/js/guide#promises

from parse-sdk-js.

parse-github-bot avatar parse-github-bot commented on July 20, 2024

Thank you for your feedback. We use the issue tracker here to track valid bugs in our SDK. Your question seems to be more about how to use Parse. Could you check out the following resources?

from parse-sdk-js.

parse-github-bot avatar parse-github-bot commented on July 20, 2024

This issue has not been updated for 7 days. If you have additional information to help pinpoint this issue as an SDK bug, please comment on this issue. We will close this issue in 7 days if no additional information is provided. Thank you for your feedback.

from parse-sdk-js.

rajujin1 avatar rajujin1 commented on July 20, 2024

Hi There,
Aplogise for the delay..
Stanley thanks a lot for the reply...
For the time being i have found the alternative way to solve my purpose.
Will try as suggested by Stanley.

You can close this issue...
-Thanks and Regards,
Rajender Jindal

On Sun, Oct 4, 2015 at 3:11 AM, Parse Community Bot <
[email protected]> wrote:

This issue has not been updated for 7 days. If you have additional
information to help pinpoint this issue as an SDK bug, please comment on
this issue. We will close this issue in 7 days if no additional information
is provided. Thank you for your feedback.


Reply to this email directly or view it on GitHub
#21 (comment)
.

from parse-sdk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.