PPService.endSyncXHR

Syntax

endSyncXHR ();

Description

The endSyncXHR method disables synchronous requests mode for an instance of the PPService class.

Comments

The endSyncXHR method is used together with the PPService.beginSyncXHR method. These methods are used when it is necessary to stop Javascript scenarios execution until getting Web service responce.

See also:

PPService