Module webview

Source
Expand description

A layer between raw Runtime webviews and Tauri.

Structs§

CreationContext
DetachedWebview
A webview that is not yet managed by Tauri.
PendingWebview
A webview that has yet to be built.
WebviewAttributes
The attributes used to create an webview.

Enums§

DownloadEvent
Download event.
PageLoadEvent
Kind of event for the page load handler.

Type Aliases§

WebviewIpcHandler
IPC handler.