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