Skip to content

Commit

Permalink
Fix Edge Browser Deadlock
Browse files Browse the repository at this point in the history
This contribution fixes Edge browser Deadlock issue on instantiating a
new Edge Browser object during a webview callback using async execution.
The Implementation follows the pattern similar to how WebKit has been
implemented imitating the async behaviour in a sync fashion using
Futures and callbacks.

contributes to #669
  • Loading branch information
amartya4256 committed Sep 19, 2024
1 parent ea94501 commit 0f4dd4e
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 80 deletions.
Loading

0 comments on commit 0f4dd4e

Please sign in to comment.