フォロー

try {
const response = await fetch('cloudflare-dns.com/dns-query?n',{headers: {'accept': 'application/dns-json'}});
if (!response.ok) {
throw new Error(`レスポンスステータス: ${response.status}`);
}
const json = await response.json();
console.log(json);
} catch (error) {
console.error(error.message);
}

ログインして会話に参加
Fedibird

様々な目的に使える、日本の汎用マストドンサーバーです。安定した利用環境と、多数の独自機能を提供しています。