Structsยง
- Servo
Renderer ๐WebView - A structure used to expose a view of the
WebViewto the Servo renderer, without having the Servo renderer depend on the embedding layer. - WebView
- A handle to a Servo webview. If you clone this handle, it does not create a new webview, but instead creates a new handle to the webview. Once the last handle is dropped, Servo considers that the webview has closed and will clean up all associated resources related to this webview.
- WebView
Builder - Builder for creating a
WebView. - WebView
Inner ๐
Constantsยง
- MINIMUM_
WEBVIEW_ ๐SIZE