Module 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§

AddressChangedEvent
AuthCredentialsEvent
BrowserWindow
BrowserWindowBuilder
Used to create a BrowserWindow or BrowserWindowThreaded instance, depending on whether or not you have feature threadsafe enabled.
BrowserWindowHandle
This is a handle to an existing browser window.
BrowserWindowOwner
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.
BrowserWindowThreaded
Note: Only available with feature threadsafe enabled.
CertificateErrorEvent
ConsoleMessageEvent
DownloadProgressEvent
DownloadStartedEvent
FaviconChangedEvent
FileDialogEvent
FullscreenModeChangedEvent
KeyPressEvent
KeyPressedEvent
LoadingProgressChangedEvent
MessageEvent
MessageEventArgs
NavigationEndEvent
NavigationStartEvent
PageTitleChangedEvent
ScrollOffsetChangedEvent
SelectClientCertificateEvent
StartDraggingEvent
StatusMessageEvent
TextSelectionChangedEvent
TooltipEvent

Enums§

Source
The type of content to display in a browser window

Type Aliases§

BrowserDelegateFuture
The future that dispatches a closure on the GUI thread.
BrowserWindowEventHandler