Closed DoubleFooker closed 7 years ago
Your probably crashing the render process. Basically avoid sending such large files as strings. Load your images using a standard request and fulfil them using a ResourceHandler
. Search the source (or use Google
) to find examples.
What version of the product are you using?
What architecture x86 or x64? x86
On what operating system?
Are you using
WinForms
,WPF
orOffScreen
? WinFormsWhat steps will reproduce the problem?
html is that:
c# call js:
wb.ExecuteScriptAsync("addPic("+a string with 10Mb size+")");
Please provide any additional information below. -none
Does this problem also occur in the
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html (http://cefbuilds.com for older version)?cefclient
then you'll need to report the bug on https://bitbucket.org/chromiumembedded/cef/overview there is no point opening an issue here. (Make sure you search before opening an issue)