Transport ICefv8Value with ICefProcessMessage
Posted: Fri Mar 02, 2018 11:41 am
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?