@ExperimentalNavigationEventApi
public final class BrowserInput extends NavigationEventInput


A NavigationEventInput that translates browser history navigation events (popstate) into NavigationEventDispatcher events.

This implementation uses the browser's History API to synchronize the application's internal navigation state with the browser's history stack.

Summary