Skip to content

Commit

Permalink
docs: dns.prefetch doesn't require port anymore (#15792)
Browse files Browse the repository at this point in the history
  • Loading branch information
01101sam authored Dec 16, 2024
1 parent 1fa0dee commit 7633f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ To prefetch a DNS entry, you can use the `dns.prefetch` API. This API is useful
```ts
import { dns } from "bun";

dns.prefetch("bun.sh", 443);
dns.prefetch("bun.sh");
```

#### DNS caching
Expand Down

0 comments on commit 7633f3c

Please sign in to comment.