Module routing

Module routing 

Source
Expand description

Context-level network routing.

This module provides route handlers that apply to all pages in a browser context. Context routes are applied before page routes, allowing context-wide mocking and interception of network requests.

Structs§

ContextRouteRegistry
Context-level route handler registry.

Enums§

RouteChangeNotification
Notification sent when context routes change.