summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r--cli/dts/lib.deno.unstable.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts
index f9ef1fb2f..e8d484ec3 100644
--- a/cli/dts/lib.deno.unstable.d.ts
+++ b/cli/dts/lib.deno.unstable.d.ts
@@ -1266,6 +1266,10 @@ declare namespace Deno {
* Requires `allow-read` permission.
*/
caFile?: string;
+
+ /** A certificate authority to use when validating TLS certificates. Certificate data must be PEM encoded.
+ */
+ caData?: string;
}
/** **UNSTABLE**: New API, yet to be vetted.