Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(PS5): Prevent uncaught promise rejections when requests are abort…
…ed (#7637) On PS5 we are seeing following uncaught exceptions when requests are aborted: ``` [Error] Fetch is aborted – PromiseRejectionEvent {isTrusted: false, promise: Promise, reason: AbortError: Fetch is aborted, …} PromiseRejectionEvent {isTrusted: false, promise: Promise, reason: AbortError: Fetch is aborted, type: "unhandledrejection", target: Window, …}PromiseRejectionEvent (anonymous function) (Anonymous Script 1 (line 429)) [Error] Unhandled Promise Rejection: AbortError: Fetch is aborted promiseEmptyOnRejected promiseReactionJob ```
- Loading branch information