Scenario : Launching an application on multiple monitors/browser. Assume one of the monitor is Master and other acts as Slaves. Each monitor/browser loads same application code and tries to load same data.
Now when we make back-end api call, always Master browser should take responsibility to talk to back end and get the response.(this is to avoid duplicate calls to backend)
Question: Is there a way to intercept request in serviceworker and redirect to master browser and return back the response to slave workers.