зеркало из https://github.com/github/fetch.git
fix example
This commit is contained in:
Родитель
a9f49ab087
Коммит
e6e0a7c610
|
@ -6,7 +6,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<script>
|
||||
var result = fetch('https://github.com')
|
||||
var result = fetch('https://api.github.com')
|
||||
|
||||
result.then(function(response) {
|
||||
console.log('response', response)
|
||||
|
|
Загрузка…
Ссылка в новой задаче