Detect when new entry was created with navigator

Hi,
I’m using Contentful SDK and I’m using navigator.openNewEntry. Everything works nicely, but I would like to know how I can detect when new entry was created within sidebar.
Thanks!

One way would be to detect window URL change on the main window, but I guess it won’t work since the iframe is sandboxed.