Use native AbortContoller

This commit is contained in:
Kamat, Trivikram 2025-09-23 19:48:51 -07:00
parent f58042f9cc
commit bfd9ec3870
3 changed files with 0 additions and 4 deletions

1
packages/cache/package-lock.json generated vendored
View File

@ -14,7 +14,6 @@
"@actions/glob": "^0.1.0",
"@actions/http-client": "^2.1.1",
"@actions/io": "^1.0.1",
"@azure/abort-controller": "^1.1.0",
"@azure/ms-rest-js": "^2.6.0",
"@azure/storage-blob": "^12.13.0",
"@protobuf-ts/runtime-rpc": "^2.11.1",

View File

@ -43,7 +43,6 @@
"@protobuf-ts/runtime-rpc": "^2.11.1",
"@actions/http-client": "^2.1.1",
"@actions/io": "^1.0.1",
"@azure/abort-controller": "^1.1.0",
"@azure/ms-rest-js": "^2.6.0",
"@azure/storage-blob": "^12.13.0",
"semver": "^6.3.1"

View File

@ -12,8 +12,6 @@ import {SocketTimeout} from './constants'
import {DownloadOptions} from '../options'
import {retryHttpClientResponse} from './requestUtils'
import {AbortController} from '@azure/abort-controller'
/**
* Pipes the body of a HTTP response to a stream
*