I haven't been able to find a similar post anywhere online. I am having issues triggering a Storage event listener after a child popup window saves to its parent's localStorage. This feels like it should be simple, I'm just not sure if I am on the correct path for accomplishing this.
Environment:
Usage:
Current Code (Parent):
window.addEventListener('storage', function(e) {
alert('Storage change detected.');
// Do stuff
});
Desired Result:
Actual Result: