Back-navigation consumption helper for shared history controllers.
Returns true only when history consumed the back action.
true
Example:
const handler = createHistoryBackHandler(history);const consumed = handler.handle(); Copy
const handler = createHistoryBackHandler(history);const consumed = handler.handle();
Back-navigation consumption helper for shared history controllers.
Returns
trueonly when history consumed the back action.Example: