u873838
u873838
What are the blockers on getting this merged?
Tried the app again after not using it because of this problem and it's still an issue. This is a major security problem.
A goal for 3.X should be allowing in-flight requests to be cancelled using an [AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) rather than an abort method on the returned Promise.
I was about to file a new issue, but this ticket issue seems similar, so I'll piggy back. Given the following test file: ```javascript import assert from "node:assert/strict"; import {...
Previously mentioned here: #354