Closed
Description
This issue was originally filed by @zoechi
Before https://code.google.com/p/dart/issues/detail?id=20143 was fixed I was able to do
Window dialog = window.open('dialog.html');
dialog.resizeTo(700,700)
now
window.open(...)
returns a _DOMWindowCrossFrame
and I am not able to figure out how I can access the resizeTo() method
Dart VM version: 1.6.0-edge.38568 (Thu Jul 24 18:05:28 2014) on "linux_x64"