Skip to content

Commit 106e059

Browse files
Update xhr.ts
1 parent d4d5d61 commit 106e059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dummy/xhr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ export default class dummyXMLHttpRequest {
101101
private event(type: string) {
102102
return {
103103
type,
104-
target: null,
105-
currentTarget: null,
104+
target: this,
105+
currentTarget: this,
106106
eventPhase: 0,
107107
bubbles: false,
108108
cancelable: false,

0 commit comments

Comments
 (0)