Replies: 1 comment
-
Use http://cefsharp.github.io/api/89.0.x/html/Overload_CefSharp_WebBrowserExtensions_EvaluateScriptAsPromiseAsync.htm and wrap your Ajax call in a promise. See #3251 for further details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i try to get huge texts with javascript, it cames null.
for example i am httprequesting to website and im getting result with js, when i check console, its perfect but when i debug with msgbox.show, it comes nothing.
Os: windows 7
Cefsharp version: 88.2.90.0
Platform: winforms
Cpu: x86
Code
but when i manually type obj['responseText'] to console, it comes perfect.
And also when i try to do this, it comes perfectly
Code 2
How can i get result of request webpages.
Original obj['responseText'] is kinda like that
Beta Was this translation helpful? Give feedback.
All reactions