io
io
Node 11.7 landed Brotli support: https://github.com/nodejs/node/pull/24938 https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md#notable-changes It'd probably be nice to publish a new major version of this plugin aimed at this node version and onwards.
Now that `react-dom/server` support data fetching and suspense as of `react-dom@18`, I was wondering how much work it would be to replace `react-ssr-prepass` and it turned out to be pretty...
Background: I have to work against an API where certain `DELETE` requests will respond happily with that empty `{}` object, and RestLink asplodes. This PR makes it so that a...
So I have a case where my API server will give a status code 400 and internal error code 1501 on the response document meaning "invalid ID", ie.: ```json {...