diff options
author | Satya Rohith <me@satyarohith.com> | 2021-10-10 15:46:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 15:46:11 +0530 |
commit | 29f9e14457998085ec38cce597558d88b3d804e7 (patch) | |
tree | b437b5aa1d629490599c2eee4c3088f6877ae6d0 /cli/diagnostics.rs | |
parent | 25771b3d9b36a7262d42809bfbb5497ed8057780 (diff) |
feat: stabilize Deno.resolveDns (#12368)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 260f3a53d..459475117 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -30,7 +30,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "Metrics", "OpMetrics", "RecordType", - "ResolveDnsOptions", "SRVRecord", "SetRawOptions", "SignalStream", @@ -54,7 +53,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "dlopen", "osRelease", "ppid", - "resolveDns", "setRaw", "shutdown", "Signal", |