crypto.randomUUID() が動かぬ
Please Login to reply.
node ですか?
文字列なら何でもいいので手で abcd とかでもいけますよ
動きましたw
(() => { const socket = new WebSocket("wss://relay.damus.io"); socket.onmessage = message => { console.log(JSON.parse(message.data)[2]?.content) }; socket.onopen = () => { socket.send(JSON.stringify(["REQ","koteitan", { kinds: [1], limit: 3 }])) } })()
SPAMビュワ