spec実装

spec内容

  • fetch() API only rejects a promise when a “network error is encountered, although this usually means permissions issues or similar.
    • ネットワークエラーなどの場合にpromiseをrejectする
    • つまり、そうでないときにはokってこと
      • これは重要。なぜなら400などにもエラーにならずcatchされないから
    • なのでapi設計するときに

methods

response.ok

  • HTTP response’s status code is in the successful range or not. For instance the following code logs “Error: Internal Server Error(…)”:
  • okのstatusコードは

errorの時の注意点

no-corsについて

//google.comへrequestすると失敗するが、それは request, responseにcors headerがないから corsが必要ないならno-corsで解決できる

代わり

results matching ""

    No results matching ""