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