forked from vercel/fetch
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently we don't try to resolve to an AAAA
record at all.
- Check if IPv6 connectivity is available (either actively or passively by inspecting the configuration)
a. IPv6 avail: Resolve bothAAAA
andA
records concurrently
b. IPv4-only: ResolveA
record only - Create possible URLs for both IPv6 and IPv4
- Fallback to IPv4 on a network error
https://github.com/OlliV/fetch/blob/5853c7bc4a94504409d0a7e2d70b3935752ecfce/src/index.ts#L82
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request