Bun's extensions of the fetch
API
Symbol
fetch
namespace fetch
- function preconnect(url: string | URL, options?: { dns: boolean; http: boolean; https: boolean; tcp: boolean }): void
Preconnect to a URL. This can be used to improve performance by pre-resolving the DNS and establishing a TCP connection before the request is made.
This is a custom property that is not part of the Fetch API specification.
@param urlThe URL to preconnect to
@param optionsOptions for the preconnect