niutech / showModalDialog

window.showModalDialog polyfill using a <dialog> element
https://niutech.github.io/showModalDialog/demo.html
Apache License 2.0
177 stars 88 forks source link

Compatibility issue #60

Open misra9amit opened 1 year ago

misra9amit commented 1 year ago

How to return value to caller method from ShoModelDailog using eval implementation. I know the return statement is not valid for the eval method.

Async/await is not compatible with IE-11. How to solve this compatibility issue for IE-11 browser.