Sindre Sorhus
Sindre Sorhus
I think we should wait to add more formats until the tokenizer branch has been merged into `master`.
While having granular timeout control could be useful in certain scenarios, I think we should wait for the native Fetch API to establish patterns for this first. The Fetch specification...
I think it would be nice. We already do this in the browser.
The error is coming from the system API that this package wraps, so there is nothing to do here.
You can make a new request: ```js return new Request(newURL, request); ```
Relevant: https://github.com/necolas/normalize.css/issues/581
Firefox 45 was the latest then. It's not clear if or when it was fixed. It needs to be proven that it was fixed first.
While it seems nice, it really complicates the TS types. We found it to be a mistake in Got. https://github.com/sindresorhus/got/issues/2048 I personally don't think we should do this. If people...
It's a bug in macOS 15. It will be fixed in macOS 15.1. There is nothing I can do about it.