- @DomName('Window.resizeBy')
- @DocsEditable()
Resizes this window by an offset.
Other resources
- Window resizeBy from WebPlatform.org.
Source
@DomName('Window.resizeBy') @DocsEditable() void resizeBy(int x, int y) native;
Resizes this window by an offset.
@DomName('Window.resizeBy') @DocsEditable() void resizeBy(int x, int y) native;