feat: pass session storage cleanup message

This commit is contained in:
Rohit
2025-04-09 20:49:01 +05:30
parent b95d30cda9
commit 18924d89df
2 changed files with 7 additions and 5 deletions

View File

@@ -55,6 +55,11 @@ const BrowserRecordingSave = () => {
type: 'recording-notification',
notification: notificationData
}, '*');
window.opener.postMessage({
type: 'session-data-clear',
timestamp: Date.now()
}, '*');
}
setBrowserId(null);