Module wry::webview[][src]

Expand description

WebView struct and associated types.

Structs

Dispatcher

A channel sender to dispatch javascript code to for the WebView to evaluate it.

RpcRequest

RPC request message.

RpcResponse

RPC response message which being sent back to the Javascript side.

WebView

The fundamental type to present a WebView.

WebViewBuilder

Builder type of WebView.

Enums

FileDropEvent

An event enumeration sent to [FileDropHandler].

Functions

webview_version

Get Webview/Webkit version on current platform.