Expand description
Tabbed Browsing
Manages multiple browser tabs with independent browsing contexts. Each tab maintains its own URL, title, navigation history, and rendering state. The tab bar provides visual tab switching with keyboard shortcuts (Ctrl+T, Ctrl+W, Ctrl+Tab, Ctrl+Shift+Tab).
Structs§
- Navigation
History - Navigation history for a single tab
- Tab
- A single browser tab
- TabBar
- Visual tab bar state for rendering
- TabManager
- Manages all browser tabs
Enums§
- TabAction
- Keyboard shortcut actions for tabs
- TabLoad
State - Loading state of a tab
Type Aliases§
- TabId
- Unique identifier for a tab