Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

referrer-policy test time outs due to missing catch #1960

Open
franziskuskiefer opened this issue Jul 1, 2015 · 0 comments
Open

referrer-policy test time outs due to missing catch #1960

franziskuskiefer opened this issue Jul 1, 2015 · 0 comments

Comments

@franziskuskiefer
Copy link
Contributor

Loads like queryFetch should catch errors to avoid timeouts and display a comprehensible error message instead. So something like

fetch(url).then(function(response) {
  response.json().then(function(server_data) {
    callback(wrapResult(url, server_data), url);
  });
}).catch(callback("something went wrong", url));

and handle this later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants