How can I make a sync call with backbone fetch

Petran picture Petran · Aug 26, 2013 · Viewed 15.1k times · Source

I need to call a fetch with a synchronous call, I know with jquery ajax I can use {async: false} can I pass this option to fetch function ?

Answer

Petran picture Petran · Aug 26, 2013

So the short answer is yes, you can simple call fetch function with param

{async:false}.