Skip to content

Commit

Permalink
replace-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Apr 8, 2022
1 parent 492474b commit afe0c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const AbortControllerLocal = enableCache
? typeof AbortController !== 'undefined'
? AbortController
: (function AbortControllerShim() {
const listeners = (this.listeners = []);
const listeners = [];
const signal = (this.signal = {
aborted: false,
addEventListener: (type, listener) => {
Expand Down

0 comments on commit afe0c82

Please sign in to comment.