Manage data between windows in typescript

The sample app only shows how to manage data between windows for javascript (in the background window with window.ow_eventBus). In the typescript sample it isnt shown. How can I do it in typescript?

Hi, and thanks for the feedback.

We will check the issue and we will update you here.

Thanks.

1 Like

Hey,
If you want to communicate between open windows, consider using the official API.

If you want to pass data to a closed window, consider sharing your data using localStorage.