We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c6648 commit dc0aa6bCopy full SHA for dc0aa6b
lib/compat/dispatcher-weakref.js
@@ -28,6 +28,8 @@ class CompatFinalizer {
28
})
29
}
30
31
+
32
+ unregister (key) {}
33
34
35
module.exports = function () {
lib/fetch/request.js
@@ -371,6 +371,7 @@ class Request {
371
const abort = function () {
372
const ac = acRef.deref()
373
if (ac !== undefined) {
374
+ requestFinalizer.unregister(ac)
375
ac.abort(this.reason)
376
377
0 commit comments