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 Feb 18, 2021
1 parent e13ac53 commit c9205f7
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.6.1/fetch.min.js"></script>

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

0 comments on commit c9205f7

Please sign in to comment.