jongleberry
jongleberry
New tracker for v4 as I plan to launch v3 soon: Breaking Changes: - [ ] adjust naming to WHATWG standards https://nodejs.org/api/url.html#url_url_strings_and_url_objects - [ ] rename raw http requests? https://github.com/koajs/koa/issues/1114#issuecomment-405937240...
## Describe the feature - [ ] Improve how stream errors are handled & how stream pipelines are created: https://nodejs.org/api/stream.html#streampipelinestreams-options - [ ] Support various streams as responses (such as...
Is there a reason the max age is reset with each response? I need to be able to see if half of TTL has elapsed. The cookies expiration is being...
## Describe the feature https://github.com/koajs/compose/blob/9a2a426b32c614835b812ecb8de5af06c6c87f6f/index.js#L31 `.flat()` takes `depth` parameter, which defaults to 1 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat. Developers should expect it to be `Infinity` as currently this function would (probably, I haven't checked)...
https://github.com/jshttp/negotiator I believe there was a reason we did not use this module before, but I don't remember. When migrating to this module, we should check the tests to ensure...
ex. https://github.com/Modernizr/Modernizr/issues/1203 for flexboxtweener, some docs on which browsers this flag would be `true` or `false` would be nice. or maybe this issue is specific to this feature since https://github.com/Modernizr/Modernizr/blob/master/feature-detects/css/flexwrap.js...