Skip to content

lib: tighten `AbortSignal.prototype.throwIfAborted` implementation

Rodrigo Muino Tomonari requested to merge github/fork/aduh95/throwIfAborted into main

All other runtimes I've tested check their internal flag rather than the getter. Let's do that for consistency as well.

Merge request reports

Loading