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 4b0fce9 commit 5cb16a1Copy full SHA for 5cb16a1
src/NetworkInterceptor.ts
@@ -1,6 +1,5 @@
1
import type { LogListener, NetworkLog, NetworkRequestHeaders } from './types';
2
3
-// Custom XMLHttpRequest interface to handle our modifications
4
interface CustomXMLHttpRequest extends XMLHttpRequest {
5
open: (method: string, url: string) => void;
6
send: (body?: Document | any | null) => void;
0 commit comments