mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat(unstable): fetch tunnel proxy
This commit is contained in:
parent
ebcb2fa294
commit
2e9daab3ea
10 changed files with 81 additions and 25 deletions
3
cli/tsc/dts/lib.deno.ns.d.ts
vendored
3
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -6387,6 +6387,9 @@ declare namespace Deno {
|
|||
cid: number;
|
||||
/** The port of the vsock to connect to. */
|
||||
port: number;
|
||||
} | {
|
||||
transport: "tunnel";
|
||||
kind: "agent";
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue