Skip to content

Commit

Permalink
remove useless thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 10, 2024
1 parent e786101 commit 96edbdf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/interception.js
Original file line number Diff line number Diff line change
Expand Up @@ -1843,9 +1843,6 @@ XMLHttpRequest = function () {
if (key in xhr) {
xhr[key] = value;
}
if(key === "onload") {
xhr.onloadFn = value;
}
return value;
},
interceptResponseText(xhr) {
Expand Down

0 comments on commit 96edbdf

Please sign in to comment.