Module window

Source

Structsยง

CSSErrorReporter ๐Ÿ”’
LayoutValue ๐Ÿ”’
An instance of a value associated with a particular snapshot of layout. This stored value can only be read as long as the associated layout marker that is considered valid. It will automatically become unavailable when the next layout operation is performed.
OngoingNavigation ๐Ÿ”’
An id used to cancel navigations; for now only used for planned form navigations. Loosely based on https://html.spec.whatwg.org/multipage/#ongoing-navigation.
PendingImageCallback
A callback to call when a response comes back from the ImageCache.
Window ๐Ÿ”’

Enumsยง

LayoutBlocker ๐Ÿ”’
During loading and parsing, layouts are suppressed to avoid flashing incomplete page contents.
WindowState ๐Ÿ”’
Current state of the window object

Constantsยง

INITIAL_REFLOW_DELAY ๐Ÿ”’
How long we should wait before performing the initial reflow after <body> is parsed, assuming that <body> take this long to parse.
_IMPL_DOMOBJECT_FOR_Window ๐Ÿ”’

Functionsยง

base64_atob ๐Ÿ”’
base64_btoa ๐Ÿ”’
dump_js_stack ๐Ÿ”’ โš 
Helper for interactive debugging sessions in lldb/gdb.
is_named_element_with_id_attribute ๐Ÿ”’
is_named_element_with_name_attribute ๐Ÿ”’
should_move_clip_rect ๐Ÿ”’

Type Aliasesยง

PendingImageRasterizationKey ๐Ÿ”’