You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if Dax had an equivalent to alert() in Deno (or pause in CMD) to go along with $.confirm and $.prompt. This function would simply wait for the user to press Enter to resolve the Promise. Could also have an option to accept any button press.
The text was updated successfully, but these errors were encountered:
It would be nice if Dax had an equivalent to
alert()
in Deno (orpause
in CMD) to go along with$.confirm
and$.prompt
. This function would simply wait for the user to press Enter to resolve thePromise
. Could also have an option to accept any button press.The text was updated successfully, but these errors were encountered: