We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://azu.github.io/promises-book/#_then_reject
で
ここで少しthenの挙動について思い出してみましょう。
といってるけど、そもそも解説してない気がする。
http://www.html5rocks.com/en/tutorials/es6/promises/#toc-error-handling これのフローの紹介と一緒にthenで返す値について触れるのが妥当な流れかなー
The text was updated successfully, but these errors were encountered:
書くなら 3. Chapter.2 - Promisesの書き方 の前がいい気がする。
ここで若干の飛躍を感じた
Sorry, something went wrong.
promise.thenとpromise.catchを掘り下げる形で書くといい気がする
promise.then
promise.catch
Chapter2 の最初にpromise.thenとpromise.catchについてを設けてやるのがよさそう。
こういうメソッドチェーンを繋げて書けるよ という話と catchの方があんまり説明することないけど、IE #10 未満の問題についてそこで触れれば良くなる
catch
then
7ead686
No branches or pull requests
http://azu.github.io/promises-book/#_then_reject
で
といってるけど、そもそも解説してない気がする。
http://www.html5rocks.com/en/tutorials/es6/promises/#toc-error-handling これのフローの紹介と一緒にthenで返す値について触れるのが妥当な流れかなー
The text was updated successfully, but these errors were encountered: