Vinzenz Mai: Abfrage: AJAX synchron gesendet?

Beitrag lesen

Hallo,

Folgende Frage: ich verwende AJAX-Calls und möchte überprüfen, ob diese synchron oder asynchron versendet wurden.

By the way: ich verwende jQuery.

ich zitiere aus der API (auf Options klicken, erster Eintrag, verdammtes Ajax-Geraffel :-( ):

<zitat>
    option async

By default, all requests are sent asynchronous (i.e. this is set to true
    by default). If you need synchronous requests, set this option to false.
    Note that synchronous requests may temporarily lock the browser,
    disabling any actions while the request is active.
</zitat>

Freundliche Grüße

Vinzenz