Module webview

Source

Structsยง

ServoRendererWebView ๐Ÿ”’
A structure used to expose a view of the WebView to 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.
WebViewBuilder
WebViewInner ๐Ÿ”’

Constantsยง

MINIMUM_WEBVIEW_SIZE ๐Ÿ”’