update example

This commit is contained in:
Lucas Nogueira 2025-10-09 14:26:32 -03:00
parent 2ece5d7adf
commit 1259ca56b2
No known key found for this signature in database

View File

@ -66,7 +66,7 @@
}
function emitRawEvent() {
webviewWindow.emit('raw-js-event', new Uint8Array([1, 2, 3]))
webviewWindow.emit2('raw-js-event', new Uint8Array([1, 2, 3]))
}
</script>