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
Transport ICefv8Value with ICefProcessMessage
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?
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Transport ICefv8Value with ICefProcessMessage
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.
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.