What is the best way to refresh the extension panel after the remote HTML page was updated ?
The Premiere Panel extension I built is hosting a HTML page in an iframe.
This page is located on my server and every once in a while I'm updating the HTML page with new features or bug fixes.
I want to request the users to refresh the panel when there is an updated version in my cloud, to avoid the schnario of old page related errors for users that are not closing and reopening the PPro for a long time.
One way to solve it can be using long polling to my server with the current HTML version but I wonder if there is a better solution.