We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d2e26 commit a54935dCopy full SHA for a54935d
src/HttpUserAgentParser/HttpUserAgentParser.cs
@@ -86,7 +86,6 @@ public static (string Name, string? Version)? GetBrowser(string userAgent)
86
}
87
88
// Version token may differ (e.g., Safari uses "Version/")
89
- // Keep full span immutable across iterations
90
91
int versionSearchStart;
92
// For rules without a specific version token, ensure pattern Token/<digits>
0 commit comments