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
dispose()は__disposeで返すプロミスが失敗しても、dispose()の返すプロミスは必ず成功するようになっていたが、これを、__dispose()が返すプロミスが失敗した場合はdispose()の返すプロミスも失敗するようにする。
また、この時にlifecycleerrorイベントをあげる。
The text was updated successfully, but these errors were encountered:
hifive#370
980e35f
__disposeでrejectするプロミスを返した時に、nullifyせず、lifecycleerrorイベントが上がるようにしました。 テストケースを修正しました。
hifive#370 変数名のtypo修正
562728d
fukudayasuo
No branches or pull requests
dispose()は__disposeで返すプロミスが失敗しても、dispose()の返すプロミスは必ず成功するようになっていたが、これを、__dispose()が返すプロミスが失敗した場合はdispose()の返すプロミスも失敗するようにする。
また、この時にlifecycleerrorイベントをあげる。
The text was updated successfully, but these errors were encountered: