mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* refactor(core): add webview events * license header * clippy * fix doctests * more doctests * fix JS `listen` with `EventTarget::Any` * typo * update module import * clippy * remove console.log * fix api example * fix documentation for emiTo [skip ci] * actually add RunEvent::WebviewEvent * update migration * lint --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
6 lines
127 B
Markdown
6 lines
127 B
Markdown
---
|
|
'@tauri-apps/api': 'patch:breaking'
|
|
---
|
|
|
|
Move `WebviewWindow` class from `webview` module to a new `webviewWindow` module.
|