Skip to content

Commit d805965

Browse files
fix: prevent not sending the unSent xhrRequest
1 parent e9125b8 commit d805965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/XhrNetworkInterceptor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export default {
315315
return; // Prevent sending the request if not opened
316316
}
317317

318-
originalXHRSend.apply(this, [data]); // This line is essential
318+
originalXHRSend.apply(this, [data]);
319319
};
320320
isInterceptorEnabled = true;
321321
},

0 commit comments

Comments
 (0)