Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix issue where WebAuth timeouts lead to an incorrect error
https://bugs.webkit.org/show_bug.cgi?id=249612 rdar://100825830 Reviewed by J Pascoe. This corrects an issue where we unconditionally return a WKErrorUnknown. This later leads to other issues when we cast this error back to a WebCore::ExceptionCode, resulting in an unrelated error being thrown. * Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm: (-[_WKWebAuthenticationPanel getAssertionWithChallenge:origin:options:completionHandler:]): (-[_WKWebAuthenticationPanel getAssertionWithMediationRequirement:clientDataHash:options:completionHandler:]): Canonical link: https://commits.webkit.org/258116@main
- Loading branch information