Home
last modified time | relevance | path

Searched refs:RETRY_ERRORS (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dindex.js17 const RETRY_ERRORS = [ variable
443 const isRetryError = RETRY_ERRORS.indexOf(code) === -1 &&