Expand description
View context — the user-facing API inside a view thread.
Like Chrome’s LocalFrame + LocalDOMWindow — the entry point for
accessing the document, spawning async work, and communicating
back to the main thread.
Zero windowing-backend knowledge. Communicates through PlatformHost trait.
Structs§
- Frame
Output - Everything the view thread produces per frame — posted to the render thread.
- View
Context - The user-facing API inside a view.