2.0.0 • Published 9 years ago

koa-polyfills v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Koa Polyfills

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Polyfills middleware for koa.

Usage

npm install koa-polyfills
app.use(require('koa-polyfills')())

API

app.use(polyfills(options))

The options for the middleware, other than those passed directly to polyfills, are:

  • maxAge - the max age for the polyfill's cache control, defaulting to 2 weeks
2.0.0

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago