nebula-polyfills
A set of polyfills to support web components.
[ 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
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- fetch#github/fetch#latest
- inert-polyfill#googlechrome/inert-polyfill#latest
- web-animations-js#web-animations/web-animations-js#latest
- webcomponentsjs#webcomponents/webcomponentsjs#>=1.0.0-rc.1 <2.0
- Released
- 2017-04-19
- Maturity
- IMPORTED
- License
- ISC License
Compatibility
- Framework
- Polymer 1.0+
- Browser
- Browser Independent