Synchronization of JavaScript Events
To bring all user and Ajax interaction under the control of a single, sequential process, the main thread of execution must wait for the execution of at least one JavaScript event handler.
Last updated
Was this helpful?