Hi,
I’m trying to build an mblock extension and in Live mode, I would like to call window.addEventListener to get some events of the browser.
I tried to add the call in the Extension Event Handler but I get an error (window undefined).
Do you know if this is possible ? How can I do it ?
Regards