- @DomName('Window.resizeTo')
- @DocsEditable()
Resizes this window to a specific width and height.
Other resources
- Window resizeTo from WebPlatform.org.
Source
@DomName('Window.resizeTo')
@DocsEditable()
void resizeTo(int x, int y) native;
Resizes this window to a specific width and height.
@DomName('Window.resizeTo')
@DocsEditable()
void resizeTo(int x, int y) native;