jquery - How can I make a sync call with backbone fetch -


i need call fetch synchronous call, know jquery ajax can use {async: false} can pass option fetch function ?

so short answer yes, can simple call fetch function param

{async:false}. 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -