Lines Matching refs:reason
345 function makeNetworkError (reason) {
346 const isError = isErrorLike(reason)
351 ? reason
352 : new Error(reason ? String(reason) : reason),
353 aborted: reason && reason.name === 'AbortError'
449 // 2. If init["statusText"] does not match the reason-phrase token production,
453 // reason-phrase = *( HTAB / SP / VCHAR / obs-text )