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

Please consider carefully "Access Webview2 html document" #1182

Closed
overdoignism opened this issue Apr 12, 2021 · 2 comments
Closed

Please consider carefully "Access Webview2 html document" #1182

overdoignism opened this issue Apr 12, 2021 · 2 comments
Labels
feature request feature request

Comments

@overdoignism
Copy link

overdoignism commented Apr 12, 2021

In the past, we needed ONLY ONE LINE of code to work functionality, and very fast.

Now, Totally different.

I am trying to execute the ExecuteScriptAsync("document.documentElement.outerHTML;") in every 1 second,
but it still killed 1 core of CPU, and my application is almost freeze and dying.

We need a reasonable way to get html source code.

@overdoignism overdoignism added the feature request feature request label Apr 12, 2021
@champnic
Copy link
Member

Thanks for the feedback @overdoignism - we are tracking this feature in #77.

@YILDIRIMERAY
Copy link

In the past, we needed ONLY ONE LINE of code to work functionality, and very fast.

Now, Totally different.

I am trying to execute the ExecuteScriptAsync("document.documentElement.outerHTML;") in every 1 second, but it still killed 1 core of CPU, and my application is almost freeze and dying.

We need a reasonable way to get html source code.

ME TO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request
Projects
None yet
Development

No branches or pull requests

3 participants