(fetchParams)
| 706 | } |
| 707 | |
| 708 | function isAborted (fetchParams) { |
| 709 | return fetchParams.controller.state === 'aborted' |
| 710 | } |
| 711 | |
| 712 | function isCancelled (fetchParams) { |
| 713 | return fetchParams.controller.state === 'aborted' || |
no outgoing calls
no test coverage detected