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 Sep 7, 2020
1 parent 804395e commit 971ca28
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.1/fetch.min.js"></script>

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

0 comments on commit 971ca28

Please sign in to comment.