-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
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.
Line 159 in 5033aac
| const button = createButton('Show', options.modal ? () => dialog.showModal() : () => dialog.show()); |
IE11 doesn't support arrow functions https://caniuse.com/?search=arrow%20function
Line 117 in 5033aac
| errorNode.textContent = event.error.toString(); |
event.error is undefined
Metadata
Metadata
Assignees
Labels
No labels
