Asynchronous version of search.
Returns a Promise that resolves when the search is complete. Can be used to yield control to the browser so that it can complete any DOM changes before starting a search.
Promise
Optional
Asynchronous version of search.
Returns a
Promisethat resolves when the search is complete. Can be used to yield control to the browser so that it can complete any DOM changes before starting a search.