Access new window api response data from parent window. but I don’t have access of the code of new window
Problem Statement:
You have two browser windows, Window 1 and Window 2. In Window 2, an API call is made, and when the API response is received, you need to access the response data from Window 1. However, you do not have access to the code of Window 2, meaning you cannot directly modify it to facilitate communication between the windows.