Skip to content

Commit 2fadabf

Browse files
committed
removed window.postmessage recordAXSnap
1 parent bd7f002 commit 2fadabf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/backend/routers/linkFiber.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ export default function linkFiber(mode: Status): () => Promise<void> {
100100
},
101101
'*',
102102
);
103-
window.postMessage(
104-
{
105-
action: 'recordAXSnap',
106-
payload: 'recordAXSnap',
107-
},
108-
'*',
109-
);
110103
// --------------INITIATE EVENT LISTENER FOR VISIBILITY CHANGE--------------
111104
/**
112105
* Initiate an event listener for when there is a change to the visibility of the react target application (the browser tab)

0 commit comments

Comments
 (0)