We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ece5d7 commit 1259ca5Copy full SHA for 1259ca5
examples/api/src/views/Communication.svelte
@@ -66,7 +66,7 @@
66
}
67
68
function emitRawEvent() {
69
- webviewWindow.emit('raw-js-event', new Uint8Array([1, 2, 3]))
+ webviewWindow.emit2('raw-js-event', new Uint8Array([1, 2, 3]))
70
71
</script>
72
0 commit comments