This document describes the browser Window bindings exported by
ffi/window.ffi in WebRacket.
The split page focuses on the pieces most commonly used from the
checked window wrapper:
- dialogs and browser chrome
- timers and animation callbacks
- scrolling, resizing, and navigation
- access to the current document and selection
Assumption in examples: the program is compiled with --ffi dom.
windowandwindow-documentfor browser entry pointswindow-open,window-confirm, andwindow-promptfor navigation and dialogswindow-set-timeout,window-request-animation-frame, and related timer helperswindow-scroll-to,window-scroll-by, andwindow-structured-clone