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§
- Address
Changed Event - Auth
Credentials Event - Browser
Window - Browser
Window Builder - Used to create a
BrowserWindow
orBrowserWindowThreaded
instance, depending on whether or not you have featurethreadsafe
enabled. - Browser
Window Handle - This is a handle to an existing browser window.
- Browser
Window Owner - An owned browser window handle.
When this handle goes out of scope, its resources will get scheduled for
cleanup. The resources will only ever be cleaned up whenever both this
handle has gone out of scope, and when the window has actually been closed
by the user. If the window has been closed by the user but this handle still
exists, the window is actually just been closed. It can be reshown by
calling
show
on this handle. - Browser
Window Threaded - Note: Only available with feature
threadsafe
enabled. - Certificate
Error Event - Console
Message Event - Download
Progress Event - Download
Started Event - Favicon
Changed Event - File
Dialog Event - Fullscreen
Mode Changed Event - KeyPress
Event - KeyPressed
Event - Loading
Progress Changed Event - Message
Event - Message
Event Args - Navigation
EndEvent - Navigation
Start Event - Page
Title Changed Event - Scroll
Offset Changed Event - Select
Client Certificate Event - Start
Dragging Event - Status
Message Event - Text
Selection Changed Event - Tooltip
Event
Enums§
- Source
- The type of content to display in a browser window
Type Aliases§
- Browser
Delegate Future - The future that dispatches a closure on the GUI thread.
- Browser
Window Event Handler