Skip to content

Commit

Permalink
Remove visit options from session
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Olivares committed Sep 5, 2024
1 parent 48ab5ae commit 23b0427
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Session/Session.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ public class Session: NSObject {
private lazy var bridge = WebViewBridge(webView: webView)
private var initialized = false
private var refreshing = false

/// Options behave differently if a response is provided.
private let visitOptionsHandler = VisitOptionsHandler()

private var isShowingStaleContent = false
private var isSnapshotCacheStale = false
Expand Down

0 comments on commit 23b0427

Please sign in to comment.