Make URL bar FR when creating new tab, make errors local to tabs only

This commit is contained in:
James Magahern
2021-05-06 16:42:04 -07:00
parent dd11f1c61a
commit 22652ee05f
5 changed files with 20 additions and 11 deletions

View File

@@ -62,6 +62,8 @@ class Tab: NSObject, SBRProcessBundleBridgeDelegate
public var identifier = UUID()
@Published public var favicon: UIImage?
public var loadError: Error?
private var faviconHost: String?
private var faviconRequest: AnyCancellable?