MinsoftK

add ajax fetch api

<!DOCTYPE html>
<html>
<body>
<input type="button" value="fetch" onclick="
fetch('css').then(function(response){
response.text().then(function(text){
alert(text);
})
})
">
</body>
</html>
test
test
test
test