Is there a way to detect a cart change that happened in another window?

I’m trying to build a custom cart and I tried using cart.onChange() to detect changes to the cart in another tab or window but it seems to only work for changes on the same window. Is there another way to do this?

1 Like

Would putting the code on masterPage.js solve it?