About the nebula-polyfills category

nebula-polyfills:
[ This description is mirrored from README.md at github.com/arsnebula/nebula-polyfills on 2019-05-10 ]

nebula-polyfills

Essential polyfills to support nebula web components.

Installation

$ bower install -S arsnebula/nebula-polyfills

Usage

In the <HEAD> section of your index.html file, import the complete set:

<link rel="import" href="./bower_components/nebula-polyfills/nebula-polyfills.html">

or, you add script and import tags for individual polyfills:

<script src="./bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<script src="./bower_components/inert-polyfill/inert-polyfill.min.js"></script>
<script src="./bower_components/fetch/fetch.js"></script>
<script src="./bower_components/web-animations-js/web-animations.min.js"></script>

Change Log

See CHANGELOG

License

See LICENSE