Open dery168 opened 2 years ago
This is to handle multiple ConfirmAlert initiated by some asynchronized activities, e.g. timer, fetch/xhr, callback.
Using current confirmAlert(), the new popup simply override the old popup before user provides input.
This new confirmAlert() will put the new popup into a waiting queue to display after the current popup is processed by user.
This is to handle multiple ConfirmAlert initiated by some asynchronized activities, e.g. timer, fetch/xhr, callback.
Using current confirmAlert(), the new popup simply override the old popup before user provides input.
This new confirmAlert() will put the new popup into a waiting queue to display after the current popup is processed by user.