-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[browser][websocket] Throw OperationCanceledException on connect (#44722
) * [browser][websocket] Throw OperationCanceledException on connect if cancel was requested before. * try to handle cancellation in connect stage * Add new test for inflight connect - Add new supported property for skipping particular tests when Browser is detected and DOM is detected. * first pass at throwing pnse when websocket is missing * Address review comment * Make the platform check explicit * Revert CreateDefaultOptions change * Address review comment Co-authored-by: Larry Ewing <lewing@microsoft.com>
- Loading branch information
Showing
4 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters