summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-02-19 01:27:06 +1100
committerGitHub <noreply@github.com>2024-02-18 07:27:06 -0700
commit7abd72a80f0aafe071ad7d298b48e0da741cc9f3 (patch)
treef0791793f15667b18dc2644c242d0905190e27d1 /cli/tsc
parent3a243c827238b93c3f09a38e3b5e90e2ccfc15a1 (diff)
BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)
As part of ongoing works to make `rid` private. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'cli/tsc')
-rw-r--r--cli/tsc/dts/lib.deno.unstable.d.ts2
1 files changed, 0 insertions, 2 deletions
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;
}