We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206d84f commit 232a667Copy full SHA for 232a667
1 file changed
README.md
@@ -58,12 +58,17 @@ list.addEventListener('task-lists:move', function(event) {
58
59
## Browser support
60
61
+Browsers without native [custom element support][support] require a [polyfill][].
62
+
63
- Chrome
64
- Firefox
-- Safari 9+
65
+- Safari
66
- Internet Explorer 11
67
- Microsoft Edge
68
69
+[support]: https://caniuse.com/#feat=custom-elementsv1
70
+[polyfill]: https://github.com/webcomponents/custom-elements
71
72
## Development
73
74
```
0 commit comments