(fetchParams)
| 5598 | } |
| 5599 | __name(sameOrigin, "sameOrigin"); |
| 5600 | function isAborted(fetchParams) { |
| 5601 | return fetchParams.controller.state === "aborted"; |
| 5602 | } |
| 5603 | __name(isAborted, "isAborted"); |
| 5604 | function isCancelled(fetchParams) { |
| 5605 | return fetchParams.controller.state === "aborted" || fetchParams.controller.state === "terminated"; |
no outgoing calls
no test coverage detected