servo

Module webview

Source

Structs§

  • A structure used to expose a view of the WebView to the Servo renderer, without having the Servo renderer depend on the embedding layer.
  • 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.