[][src]Module sauron::dom

Modules

apply_patches
cmd
test_fixtures

This is useful only for testing This is a simple component which just barely comply to being a component use for doing component tests

Structs

Browser

provides an interface for doing url request, such as fetch resize events, keyboard event, timeout event

CreatedNode

A node along with all of the closures that were created for that node's events and all of it's child node's events.

DomUpdater

Used for keeping a real DOM node up to date based on the current Node and a new incoming Node that represents our latest DOM state.

Http
Program

Holds the app and the dom updater This is passed into the event listener and the dispatch program will be called after the event is triggered.

Window

Traits

Component

The app should implement this trait for it to be handled by the Program

Dispatch

This trait is used in the DomUpdater to call the dispatch method when an event occured

Functions

body
document
history
now
performance
request_animation_frame
window

Type Definitions

Cmd