Skip to content

Commit 5cb16a1

Browse files
committed
refactor: remove unnecessary comment from CustomXMLHttpRequest interface
1 parent 4b0fce9 commit 5cb16a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NetworkInterceptor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { LogListener, NetworkLog, NetworkRequestHeaders } from './types';
22

3-
// Custom XMLHttpRequest interface to handle our modifications
43
interface CustomXMLHttpRequest extends XMLHttpRequest {
54
open: (method: string, url: string) => void;
65
send: (body?: Document | any | null) => void;

0 commit comments

Comments
 (0)