javascript - After user defined event, wait for other outside event -


i have query running in background retrieve user emails large database collection.

the user can enter email address field , click submit, query getting email accounts might not complete yet, , want make sure user defined email address has not been taken.

after user clicks submit, how can wait query return?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -