From 3e5a3daf5983d9c6fd6b9cbf9a5b46abb9602346 Mon Sep 17 00:00:00 2001 From: Mo Date: Mon, 4 Jan 2021 17:55:20 +0200 Subject: BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928) --- cli/dts/lib.deno.unstable.d.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cli/dts') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 01d2ff2e1..c87cd744c 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -1220,12 +1220,6 @@ declare namespace Deno { * The options used when creating a [HttpClient]. */ interface CreateHttpClientOptions { - /** A certificate authority to use when validating TLS certificates. - * - * Requires `allow-read` permission. - */ - caFile?: string; - /** A certificate authority to use when validating TLS certificates. Certificate data must be PEM encoded. */ caData?: string; -- cgit v1.2.3