1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 05:42:25 -05:00
denoland-deno/runtime/examples/extension
Sahand Akbarzadeh 032ae7fb19
feat(ext/fetch): allow embedders to use hickory_dns_resolver instead of default GaiResolver (#26740)
Allows embedders to use `hickory-dns-resolver` instead of threaded "getaddrinfo" resolver
in the `fetch()` implementation.
2024-11-15 11:44:11 +01:00
..
bootstrap.js fix(cli): unbreak extension example and fix __runtime_js_sources (#22906) 2024-03-14 04:23:37 +01:00
main.js fix(cli): unbreak extension example and fix __runtime_js_sources (#22906) 2024-03-14 04:23:37 +01:00
main.rs feat(ext/fetch): allow embedders to use hickory_dns_resolver instead of default GaiResolver (#26740) 2024-11-15 11:44:11 +01:00