Skip to content

Commit

Permalink
Update dependency fetch to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 12, 2020
1 parent 2207aa2 commit 0926ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -10,7 +10,7 @@

<!-- IEのfetch API対応 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/3.3.1/es6-promise.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.1.1/fetch.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/3.4.0/fetch.min.js"></script>

<title>ES6のテスト</title>
</head>
Expand Down

0 comments on commit 0926ecb

Please sign in to comment.