1.1.0 • Published 9 years ago
mastic-polyfills v1.1.0
mastic-polyfills
Collection of polyfills intended to be used by mastic-node-server and mastic-filler
How to use it
First, install mastic-polyfills as one of your dependencies :
npm i mastic-polyfills --save
and then you can import the polyfills you want to pass to mastic-node-server or mastic-filler
import { Promise } from 'mastic-polyfills';
List of polyfills
Animations
web-animations-js/web-animations-next.min.js
from web-animations/web-animations-js
classList
dom-shims/shim/Element.classList
from necolas/dom-shims
fetch
whatwg-fetch
from github/fetch
fetch-jsonp
fetch-jsonp
from camsong/fetch-jsonp
This is to support a your fetch calls in <IE10
Intl
intl
from andyearnshaw/Intl.js
Object.assign
object-assign
from sindresorhus/object-assign
object-fit
object-fit-images
from bfred-it/object-fit-images
Promise
promise/lib/es6-extensions.js
from then/promise