14

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 ?

Maxence Machu
  • 330
  • 1
  • 14
Jaroslav Benc
  • 560
  • 3
  • 13

1 Answers1

0

No. As I see, there is no such option in gapi.client.request documentation.

Remek Ambroziak
  • 790
  • 8
  • 11