We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4fa62 commit a5493baCopy full SHA for a5493ba
1 file changed
README.md
@@ -33,12 +33,17 @@ import '@github/markdown-toolbar-element'
33
34
## Browser support
35
36
+Browsers without native [custom element support][support] require a [polyfill][].
37
+
38
- Chrome
39
- Firefox
-- Safari 9+
40
+- Safari
41
- Internet Explorer 11
42
- Microsoft Edge
43
44
+[support]: https://caniuse.com/#feat=custom-elementsv1
45
+[polyfill]: https://github.com/webcomponents/custom-elements
46
47
## Development
48
49
```
0 commit comments