* @type {boolean}
()
| 253 | * @type {boolean} |
| 254 | */ |
| 255 | get aborted() { |
| 256 | validateThisAbortSignal(this); |
| 257 | refreshCompositeSignal(this); |
| 258 | return !!this[kAborted]; |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * @type {any} |
nothing calls this directly
no test coverage detected