mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 10:48:16 +00:00
update example
This commit is contained in:
parent
2ece5d7adf
commit
1259ca56b2
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user