javascript - Parse, make promise sync -
their way make parse.promise work sync? know can use chain of promises must make promises receive function work sync.
or way wait promise finish join threads.
it doesn't appear so.
the nature of promises work asynchronously, that's why they're useful. can't think of situation replacing promises synchronous code beneficial, why isn't option. have read of parse's promise documentation bit more info on this.
Comments
Post a Comment