Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Transport ICefv8Value with ICefProcessMessage

Post Reply
Albus

Transport ICefv8Value with ICefProcessMessage

Post 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?
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Transport ICefv8Value with ICefProcessMessage

Post 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.
Post Reply