Is there a way to detect whether the canvas or even browser window has been resized by user?
Of course, you can still attach ordinary events in the Javascript SDK, such as to detect window size events.
Thanks, I'm just afraid of polluting the global namespace.
Develop games in your browser. Powerful, performant & highly capable.
Adding events doesn't create anything in the global namespace!
But what if I override the default method on window object like onresize, will it affect other plugins?