Skip to content

Commit c79795a

Browse files
committed
added recordAXSnap when target app is checked if valid react app
1 parent d6d5912 commit c79795a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/backend/routers/linkFiber.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ export default function linkFiber(mode: Status): () => Promise<void> {
100100
},
101101
'*',
102102
);
103+
window.postMessage(
104+
{
105+
action: 'recordAXSnap',
106+
payload: 'recordAXSnap',
107+
},
108+
'*',
109+
);
103110
// --------------INITIATE EVENT LISTENER FOR VISIBILITY CHANGE--------------
104111
/**
105112
* 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)