summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
authorMo <modisemorebodi@gmail.com>2021-01-04 17:55:20 +0200
committerGitHub <noreply@github.com>2021-01-04 16:55:20 +0100
commit3e5a3daf5983d9c6fd6b9cbf9a5b46abb9602346 (patch)
tree4920f078ea61cea580e0d125cb539b69aeca08a4 /cli/dts/lib.deno.unstable.d.ts
parent1d4f8298a7cdead528b5c08c9b762b261d3b3ea3 (diff)
BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r--cli/dts/lib.deno.unstable.d.ts6
1 files changed, 0 insertions, 6 deletions
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;