undici
undici copied to clipboard
fix: records of pick callback in dns interceptor is a nested object
This relates to...
fix d.ts of dns interceptor['pick']
Rationale
the parameter records pass to pick is from this.#records, ref code
ths.#records is a map with type Record<string, {records: {4: { ips: DNSInterceptorRecord[] } , 6: ...}}>, ref code
Status
- [x] I have read and agreed to the Developer's Certificate of Origin
- [ ] Tested
- [ ] Benchmarked (optional)
- [ ] Documented
- [ ] Review ready
- [ ] In review
- [ ] Merge ready