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 both AAAA and A records concurrently
b. IPv4-only: Resolve A 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
Currently we don't try to resolve to an
AAAArecord at all.a. IPv6 avail: Resolve both
AAAAandArecords concurrentlyb. IPv4-only: Resolve
Arecord onlyhttps://github.com/OlliV/fetch/blob/5853c7bc4a94504409d0a7e2d70b3935752ecfce/src/index.ts#L82