Lion Ralfs
Lion Ralfs
Changes the default host to the IPv4 address `127.0.0.1` to avoid issues with resolving `localhost` starting on Node v17.0.0. Pretty much the same issue as described here: https://github.com/mswjs/interceptors/pull/215
What's changed, or what was fixed? - Inconsistency in partial name. In the first few code samples, the "partial includes" follow the `.include` naming pattern. For reference, [here](https://developers.google.com/web/updates/2017/02/navigation-preload) is the...
Changes proposed in this pull request: - Fixes the example code for the stale-while-revalidate caching pattern [example code](https://web.dev/learn/pwa/serving/#stale-while-revalidate) in the Learn PWA section. Makes sure the network response is used...
Hey, tests in node >= 17.0.0 are not passing due to the way in which `localhost` gets resolved. From (https://github.com/nodejs/node/issues/40537#issuecomment-948047193): > Node.js now returns IP addresses in the order they...
Hi, I've noticed something rather odd: when using `node-fetch` and requests that have a request body either causes the request to be sent twice or being logged/intercepted twice. Note that...
Hey, I'm using node version 16.6.2 along with ES Modules, which means I import node's native `https` lib like this: ```js import { request } from 'https'; request('https://example.com/test', (res) =>...
https://www.discogs.com/developers#page:inventory-upload,header:inventory-upload-change-inventory
https://www.discogs.com/developers#page:inventory-upload
https://github.com/lionralfs/discogs-client/blob/0f0c3d877bb9a9b8d0ea5499b25d98ec3256d498/lib/oauth.ts#L5