Javascript – A way to make a browse for file dialog display with await async?
There is working code that opens a browse for file dialog in another question. I'd like to make this an await async call. Here is the original question and it works in my tests. I've added the snipper here for…