Module browser_window::browser
source · Expand description
This module contains all browser related handles and stuff.
Keep in mind that BrowserWindow exposes the same methods as
BrowserWindowHandle and WindowHandle does. The methods of
BrowserWindowHandle are displayed correctly at the page of
BrowserWindow, but the methods of WindowHandle are not displayed.
Be sure to check them out here.
Structs§
- An owned browser window handle. When this handle goes out of scope, its resource get scheduled for cleanup.
- Used to create a
BrowserWindoworBrowserWindowThreadedinstance, depending on whether or not you have featurethreadsafeenabled. - This is a handle to an existing browser window.
- Note: Only available with feature
threadsafeenabled.
Enums§
- The type of content to display in a browser window
Traits§
Type Aliases§
- The future that dispatches a closure on the GUI thread.