What if there's no such user, and GitHub returns a page with error 404 at (**) ? fetch('no-such-user.json') // (*) .then(response => response.json()) ...
確定! 回上一頁