We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200eac1 commit 1f5d6f4Copy full SHA for 1f5d6f4
Sources/AsyncDNSResolver/AsyncDNSResolver.swift
@@ -95,6 +95,7 @@ public struct AsyncDNSResolver {
95
}
96
97
/// API for running DNS queries.
98
+@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
99
public protocol DNSResolver {
100
/// Lookup A records associated with `name`.
101
///
0 commit comments