Implement FetchEvent.replacesClientId the "resulting" clientId (previously dubbed targetClientId)
Categories
(Core :: DOM: Service Workers, enhancement, P2)
Tracking
()
People
(Reporter: asuth, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: DWS_NEXT)
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•3 years ago
|
||
Hello!
Any estimation about this issue? I have a project which relies on this feature.
Thanks.
Best regards,
Arpit Jindal
Comment 2•2 years ago
|
||
Hi Team,
Is there any implementation in progress? Because,
I'm intercepting all the requests of my application using service work fetch.
My applications built on jsp. So when user do any action on the screen will result in new page.
Example, when user do form submit it will be new jsp page or new url on browser will show the confirmation.
That is almost all of my request are for non-subresource.
And my application opened in more than 2 tabs.
So I really need replacesClientid in order to find where the request coming (from which client)
I tried some workaround fix, but it not fully working. Because user can do any action on any tab.
So I really need this for my application to work on multiple tabs.
Is there any timeline when this work can be started/completed.
Updated•2 years ago
|
Description
•