mainWindow.setImmediate(true)?

What does it means mainWindow.setImmediate(true)?

Hi,

If a component is ‘immediate’, it will send changes to the server at once. If it’s not immediate, the changes might be sent later ‘piggybacking’ on the next change that goes to the server.

For
Window
, ‘changes’ can be for instance window size - if the browser window is re-sized, and the Window is immediate, the server will be notified about the size change immediatly.

Best Regards,
Marc