Skip to content

Commit

Permalink
メッセージは削除しておく
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 22, 2024
1 parent 59ebeed commit da1ccf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/messaging/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ document.querySelector('#start').addEventListener('click', async () => {
})
document.querySelector('#stop').addEventListener('click', async () => {
await recvonly.disconnect()
document.querySelector('#received-messages').innerHTML = null
})
document.querySelector('#send-message').addEventListener('click', async () => {
const value = document.querySelector('input[name=message]').value
Expand Down

0 comments on commit da1ccf7

Please sign in to comment.