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 d6d5912 commit c79795aCopy full SHA for c79795a
src/backend/routers/linkFiber.ts
@@ -100,6 +100,13 @@ export default function linkFiber(mode: Status): () => Promise<void> {
100
},
101
'*',
102
);
103
+ window.postMessage(
104
+ {
105
+ action: 'recordAXSnap',
106
+ payload: 'recordAXSnap',
107
+ },
108
+ '*',
109
+ );
110
// --------------INITIATE EVENT LISTENER FOR VISIBILITY CHANGE--------------
111
/**
112
* Initiate an event listener for when there is a change to the visibility of the react target application (the browser tab)
0 commit comments