Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: webworkers, add multi-window example #109

Merged
merged 2 commits into from
Mar 26, 2022

Conversation

MichaelFedora
Copy link
Contributor

There was some code that didn't pass Typescript checks when launching Webviews with Webworkers -- those have been fixed in this branch, along with some better checks for fetching the WebView2Loader.dll (such as making sure it only fetches once, preferably on the main thread).

I also added some comments and a multi-window example.

I also added WebView2Loader.dll to gitignore in case of debugging issues.

- also fix windows for webworkers
- also add WebView2Loader.dll to gitignore in case of debugging issues
Copy link
Member

@eliassjogreen eliassjogreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eliassjogreen eliassjogreen changed the title Fixes for webworkers, Add multi-window example fix: webworkers, add multi-window example Mar 26, 2022
@eliassjogreen eliassjogreen merged commit 755258f into webview:main Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants