Hi Experts,
To handle pre-render and instant navigation I have chrome.tabs.onReplaced.addListener in my extension.
I am observing two behavior.
case 2. If I click some URL on google search result page for which chrome seems to be doing pre-rendering , In that case OnReplaced gets called with correct URL in new replacing tab but OnUpdated method doesn't gets called.
In OnReplaced I am calling chrome.tabs.update to handle certian situation but this cases blank search result page in case #1.
When and where I should handle in my extension that pre-render has completely repaced existing tab with right URL ?
What is the right way of handing pre-rendering for top URL ( case #1 ) and clicking pre-rendered link on google search page ( case #2 ) ?
--
Regards,
Rajendra