mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
add note about _isNpmAgent
This commit is contained in:
parent
bc44ae696d
commit
b276d38671
1 changed files with 2 additions and 0 deletions
|
@ -1201,6 +1201,8 @@ export class Socket extends Duplex {
|
|||
_host: string | null = null;
|
||||
// deno-lint-ignore no-explicit-any
|
||||
_parent: any = null;
|
||||
// The flag for detecting if it's called in @npmcli/agent
|
||||
// See discussions in https://github.com/denoland/deno/pull/25470 for more details.
|
||||
_isNpmAgent = false;
|
||||
autoSelectFamilyAttemptedAddresses: AddressInfo[] | undefined = undefined;
|
||||
|
||||
|
|
Loading…
Reference in a new issue