I am unable to intercept the fetch request from iframe using service worker
The test.html file contains an img tag of src, i.e.; /test.png , which doesn't exist in my folder.
Now the image fails to loads and the failed fetch request is captured by service worker.
Now I used iframe srcdoc, putting same code as in the test.html. now when the image fails to load the service worker unable to capture the failed fetch request.
How can I achieve this or is there any method to do so.
Please guide me to implement.
Hoping with a positive response.
Regards, shiva and team