Files
kiss-firefox/template/externs/webextension_polyfill/dns/Static.hx
2025-02-02 18:08:09 -06:00

8 lines
189 B
Haxe

package webextension_polyfill.dns;
typedef Static = {
/**
Resolves a hostname to a DNS record.
**/
function resolve(hostname:String, ?flags:ResolveFlags):js.lib.Promise<DNSRecord>;
};