Skip to content

Commit

Permalink
Update lib/fetch/request.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored Nov 27, 2021
1 parent dbcc205 commit 6d739f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fetch/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class Request {
ac.abort()
} else {
const abort = () => ac.abort()
signal.addEventListener( 'abort', abort, { once: true })
signal.addEventListener('abort', abort, { once: true })
requestFinalizer.register(this, { signal, abort })
}
}
Expand Down

0 comments on commit 6d739f8

Please sign in to comment.