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 bd7f002 commit 2fadabfCopy full SHA for 2fadabf
src/backend/routers/linkFiber.ts
@@ -100,13 +100,6 @@ 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