Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-10-21 | 189 Bytes | |
Remove Context Proxy source code.tar.gz | 2018-10-21 | 49.8 kB | |
Remove Context Proxy source code.zip | 2018-10-21 | 51.5 kB | |
Totals: 3 Items | 101.4 kB | 0 |
Changed
- Disable ability to call
next(ctx)
- Recommend that if you still need this, promote writing a wrapper function that takes
(fn) => (ctx, next) => fn(ctx.clone(), next)