ellfeeenity 1 Posted March 3, 2018 how i can send client data to cef browser and show it in html? Share this post Link to post Share on other sites
Xabi 142 Posted March 3, 2018 After the CEF browser is created, you can use browser.execute() to pass some javascript code to the CEF, you have an example on the wiki: https://wiki.rage.mp/index.php?title=Browser::execute Share this post Link to post Share on other sites