MCPcopy Create free account
hub / github.com/angular/dev-infra / onUpgrade

Method onUpgrade

github-actions/saucelabs/set-saucelabs-env.js:9371–9375  ·  view source on GitHub ↗
(statusCode, headers, socket)

Source from the content-addressed store, hash-verified

9369 methods: methods != null ? methods : ["GET", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE"],
9370 // Indicates which errors to retry
9371 statusCodes: statusCodes != null ? statusCodes : [500, 502, 503, 504, 429],
9372 // List of errors to retry
9373 errorCodes: errorCodes != null ? errorCodes : [
9374 "ECONNRESET",
9375 "ECONNREFUSED",
9376 "ENOTFOUND",
9377 "ENETDOWN",
9378 "ENETUNREACH",

Callers

nothing calls this directly

Calls 1

onUpgradeMethod · 0.45

Tested by

no test coverage detected