Properly handle message aborts during cleanup (#13841)
Replace the FallbackRequestedError rejection pattern with direct AbortController.abort() calls when destroying the Messenger. This eliminates misleading console errors and ensures correct cancellation behavior. The FallbackRequestedError is intended specifically for user-requested WebAuthn fallbacks, not general message cleanup operations. Fixes GitHub issue #12663pull/14459/head
parent
d5b7af75e9
commit
2fd83f830d
Loading…
Reference in new issue