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
戻り値のpromiseに対して直接always()でハンドラを登録しているため。 CommonFailHandlerの動作を阻害しないように修正する。
なお、preまたはpostで渡した関数の中で、 ユーザーが戻り値のpromiseに対してfail, always等を登録した場合は今まで通りCFHは動作しない。
The text was updated successfully, but these errors were encountered:
hifive#216 createInterceptorでは、戻り値がPromiseだった場合にCFHの動作を阻害しないようにした
f9ea5bc
hifive#216 テストを追加。
4260573
hifive#216 空の関数にコメント追加
9c78ecc
hifive#216 テスト修正。h5.logic.jsに移動して、ロジックのメソッドに対してインターセプタをかけてテストを行うようにしました。
aa43373
hifive#217 hifive#216 ソースコード修正しました。テストケース追加しました。
986edb5
上記コミットコメント中の#216は218の誤りです。本issueとは関係ありません。失礼いたしました。
Sorry, something went wrong.
hifive#216 テスト修正。h5.uに記述。
3b0e7d0
simdy
No branches or pull requests
戻り値のpromiseに対して直接always()でハンドラを登録しているため。
CommonFailHandlerの動作を阻害しないように修正する。
なお、preまたはpostで渡した関数の中で、
ユーザーが戻り値のpromiseに対してfail, always等を登録した場合は今まで通りCFHは動作しない。
The text was updated successfully, but these errors were encountered: