resizeTo method
Resizes this window to a specific width and height.
Other resources
- Window.resizeTo from MDN.
Implementation
void resizeTo(int x, int y) native;
Resizes this window to a specific width and height.
void resizeTo(int x, int y) native;