Expand description
A layer between raw Runtime webviews and Tauri.
Structs§
- Detached
Webview - A webview that is not yet managed by Tauri.
- Initialization
Script - An initialization script
- NewWindow
Features - Window features of a window requested to open.
- NewWindow
Opener - Information about the webview that initiated a new window request.
- Pending
Webview - A webview that has yet to be built.
- Webview
Attributes - The attributes used to create an webview.
Enums§
- Download
Event - Download event.
- NewWindow
Response - Response for the new window request handler.
- Page
Load Event - Kind of event for the page load handler.
- Scroll
BarStyle - The scrollbar style to use in the webview.
Type Aliases§
- Webview
IpcHandler - IPC handler.