Future<WindowClient> openWindow(String url) => promiseToFuture<WindowClient>(JS("", "#.openWindow(#)", this, url));