()
| 457 | // If this request has been aborted, or the current request no longer |
| 458 | // matches this load, then we should ignore this resolution. |
| 459 | const shouldDiscard = () => abortSignal.aborted || untracked(this.extRequest) !== extRequest; |
| 460 | |
| 461 | if (isSignal(stream)) { |
| 462 | if (shouldDiscard()) { |
nothing calls this directly
no test coverage detected