Skip to content

Commit

Permalink
Expose Session.reload() on Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Nov 8, 2024
1 parent 3ba9441 commit 4dee1df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Turbo/Navigator/Navigator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ public class Navigator {
hierarchyController.clearAll(animated: animated)
}

/// Reloads the main `Session`.
public func reload() {
session.reload()
}

/// Navigate to an external URL.
///
/// - Parameters:
Expand Down

0 comments on commit 4dee1df

Please sign in to comment.