Skip to content

Commit 1259ca5

Browse files
committed
update example
1 parent 2ece5d7 commit 1259ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/src/views/Communication.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
6868
function emitRawEvent() {
69-
webviewWindow.emit('raw-js-event', new Uint8Array([1, 2, 3]))
69+
webviewWindow.emit2('raw-js-event', new Uint8Array([1, 2, 3]))
7070
}
7171
</script>
7272

0 commit comments

Comments
 (0)