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
Currently dialogPolyfill.forceRegisterDialog(element) throws a console.warn when the native <dialog> is supported, which is making the debugging of other error output difficult within our codebase. Shouldn't the polyfill transparently leave native support up to the browser in these cases? See
Currently dialogPolyfill.forceRegisterDialog(element) throws a
console.warn
when the native<dialog>
is supported, which is making the debugging of other error output difficult within our codebase. Shouldn't the polyfill transparently leave native support up to the browser in these cases? Seedialog-polyfill/dist/dialog-polyfill.js
Line 536 in 5033aac
The text was updated successfully, but these errors were encountered: