Modules§
- platform
- Platform-specific APIs used by SDK/FFI integration layers.
- runtime
- Runtime-scoped APIs (instance lookup/destruction, proxy state).
Structs§
- Browser
WebView Builder - Click
Options - Download
Request - File
Chooser File - File
Chooser Request - Fill
Options - Load
Data Request - Load
Error - Error reported when a main-frame page load fails (DNS, network, TLS, etc.).
- Press
Options - Proxy
Apply Report - Proxy
Config - Global HTTP proxy configuration shared by all WebViews in the process.
- Scroll
Options - Strict
WebView Builder - System
Pipe Reader - Cross‑platform system pipe reader (read end)
- Type
Options - WebResource
Response - Represents an HTTP response whose body is provided by a file path, pipe, or in-memory bytes.
- WebTag
- WebView identifier combining appid, path, and optional session id.
Example:
appid:path#123. - WebView
- WebView type that includes inner implementation and delegate
- WebView
Builder - Entry point for mode-specific WebView creation.
- WebView
Cookie - WebView
Cookie SetRequest - WebView
Event Subscription - WebView
Session
Enums§
- File
Chooser Response - Load
Error Kind - Normalized category for a main-frame page load failure.
- LogLevel
- Log levels for WebView logging
- Navigation
Policy - Navigation policy decision returned by the navigation handler.
- NewWindow
Policy - New-window policy decision returned by the new-window handler.
- Proxy
Activation - Proxy
Apply Status - Scheme
Outcome - Outcome of handling a scheme request.
- WebResource
Body - Body source for WebResourceResponse
- WebView
Cookie Same Site - WebView
Create Stage - WebView
Error - WebView-specific error types
- WebView
Event - WebView
Input Error - WebView
Script Error
Traits§
- WebView
Controller - Interface for controlling WebView (100% copy from lxapp)
- WebView
Delegate - WebView delegate trait - focused on WebView events only
- WebView
Input Controller