Merge pull request #2533 from joaquinelio/patch-5

No polyfill needed any longer
This commit is contained in:
Ilya Kantor 2021-03-26 09:21:47 +03:00 committed by GitHub
commit 4dcd9508d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -397,4 +397,4 @@ Custom elements can be of two types:
/* <button is="my-button"> */
```
Custom elements are well-supported among browsers. Edge is a bit behind, but there's a polyfill <https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs>.
Custom elements are well-supported among browsers. There's a polyfill <https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs>.