Page 1 of 1

Transport ICefv8Value with ICefProcessMessage

Posted: Fri Mar 02, 2018 11:41 am
by Albus
Hi, i'm currently trying to make use of the SendProcessMessage function of Cef. Therefore I'm creating a ICefProcessMessage variable with all information. but now I need to send an ICefv8Value trought the ProcessMessage, but the ICefProcessMessage only accepts an ICefValue. Is there any way to make ICefProcessMessage accept an ICefv8Value. Or is it posible to convert an ICevv8Value to an ICefValue and vise verca?

Re: Transport ICefv8Value with ICefProcessMessage

Posted: Fri Mar 02, 2018 5:12 pm
by salvadordf
Hi,

ICefv8Value and ICefValue can store almost the same formats and it shouldn't be difficult to convert them but I would send the raw values in string, boolean, integer, double, dictionary, list or binary formats.