зеркало из
1
0
Форкнуть 0
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
This commit is contained in:
Kristján Oddsson 2022-08-12 11:22:16 +02:00
Родитель 0ac03ca90d
Коммит a855737360
2 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

@ -75,10 +75,10 @@ document.addEventListener('details-dialog-close', function(event) {
```
## Browser Support
Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge
[support]: https://caniuse.com/custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements
Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge
[support]: https://caniuse.com/custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements

Просмотреть файл

@ -10,13 +10,13 @@ $ npm install --save ${name}
function generateBrowserSupportInstructions() {
return `## Browser Support
Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge
[support]: https://caniuse.com/custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements`
Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge
[support]: https://caniuse.com/custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements`
}
function generateTitle({packageJson: {name}}) {