We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCRIPT1002: Syntax error dialog-polyfill (159,58) SCRIPT5007: Unable to get property 'toString' of undefined or null reference dialog-polyfill (117,3)
This is referring to issues in the html file for the demo site, not the library.
dialog-polyfill/index.html
Line 159 in 5033aac
Line 117 in 5033aac
The text was updated successfully, but these errors were encountered:
error.message exists in ie11.
errorNode.textContent = event.error ? event.error.toString() : event.message;
Sorry, something went wrong.
No branches or pull requests
This is referring to issues in the html file for the demo site, not the library.
dialog-polyfill/index.html
Line 159 in 5033aac
IE11 doesn't support arrow functions https://caniuse.com/?search=arrow%20function
dialog-polyfill/index.html
Line 117 in 5033aac
event.error is undefined
The text was updated successfully, but these errors were encountered: