From 7abd72a80f0aafe071ad7d298b48e0da741cc9f3 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 19 Feb 2024 01:27:06 +1100 Subject: BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075) As part of ongoing works to make `rid` private. --------- Co-authored-by: Matt Mastracci --- cli/tsc/dts/lib.deno.unstable.d.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tsc') diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index b3ee0c4ee..f2fc0cf3b 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -876,8 +876,6 @@ declare namespace Deno { * @category Fetch API */ export interface HttpClient extends Disposable { - /** The resource ID associated with the client. */ - rid: number; /** Close the HTTP client. */ close(): void; } -- cgit v1.2.3