azu / promises-book

JavaScript Promiseの本

Home Page:https://azu.github.io/promises-book/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled Rejection

azu opened this issue · comments

commented

ES2016の仕様にも入っていて、コミュニティレベルの仕様もあるので書き換えが必要

commented

コラム | セクション の間ぐらいのサイズ感になる気がする

commented

Node.js Core nodejs/node#6375

commented

ECMAScriptの話であるので、どのような実装、ホストとの関連仕様についても記述する。
よく、ECMAScriptにはどういう定義になっているのか聞かれる

commented

Node.js v7だとデフォルト。
ブラウザももうデフォルトで入ってる。
仕様としての仕組みもある

https://github.com/tc39/ecma262/releases/tag/es2016-draft-20151201
https://bugs.chromium.org/p/chromium/issues/detail?id=495801

commented

doneのところで話がされているので、ちょっと目立つように変更する

commented

Promise#doneを消すのもありな気がする。