Closed2ヶ月前にクローズ1Achex を Bun で使うWebSocketBunachexnakasyou2ヶ月前普通に使うとできない const ws = new WebSocket('wss://cloud.achex.ca/chat') originヘッダーが必要 const ws = new WebSocket('wss://cloud.achex.ca/chat', { headers: { origin: 'https://achex.ca' } }) このスクラップは2ヶ月前にクローズされました
nakasyou2ヶ月前普通に使うとできない const ws = new WebSocket('wss://cloud.achex.ca/chat') originヘッダーが必要 const ws = new WebSocket('wss://cloud.achex.ca/chat', { headers: { origin: 'https://achex.ca' } })