jQuery allows to send http request as synchronous (async:false setting), this is particularly useful when bypassing popup blocker.
Is there any way to do this when using Google's javascript client library Gapi ?
jQuery allows to send http request as synchronous (async:false setting), this is particularly useful when bypassing popup blocker.
Is there any way to do this when using Google's javascript client library Gapi ?
 
    
     
    
    No. As I see, there is no such option in gapi.client.request documentation.
