content
jsconst res = await fetch('...'); const arrayBuffer = await res.arrayBuffer(); const text = new TextDecoder('shift-jis').decode(arrayBuffer);