koa-polyfill-service
v0.2.1
Published
Koa middleware for polyfill-service
Downloads
18
Maintainers
Readme
Koa Polyfill service
Polyfill service middleware for koa.
Usage
npm install koa-polyfill-service --saveconst polyfill = require('koa-polyfill-service')
app.use(polyfill())API
app.use(polyfill([options]))
The options for the middleware, other than those passed directly to getPolyfillString, are:
maxAge- the max age for the polyfill's cache control, defaulting to2 weekspath- route to serve lib, defaulting to/polyfill.jsfeatures- the same as getPolyfillString option, but defaulting to{default: {}}.
Disclaimer: :see_no_evil: shameless copy of koa Polyfills, but using Polyfill service.
