mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
update example
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user