Skip to:
In order to be able to use Chrome/Chromium > 80 with remote inspector, is needed to launch it with the following flag to use the feature in the engine:
--enable-blink-features=ShadowDOMV0,CustomElementsV0
We need to ensure that an update of the Chromium version allows to avoid having to use it.
I've experienced similar situation, so I have some workaround method.
Could you briefly share the problem? In my case, the latest Chrome in host PC can't connect to old Devtools in target(RPi4).
I have verified that with current Chromium 84 version, enabling those extra parameters doesn't seem necessary anymore.
In order to be able to use Chrome/Chromium > 80 with remote inspector, is needed to launch it with the following flag to use the feature in the engine:
--enable-blink-features=ShadowDOMV0,CustomElementsV0
We need to ensure that an update of the Chromium version allows to avoid having to use it.