Hi Guys, Chromium1.browser.MainFrame.ExecuteJavaScript is thread safe? Can I execute ExecuteJavaScript directly through multiple threads?
Thanks
Alexandre
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.
Chromium1.browser.MainFrame.ExecuteJavaScript
-
- Posts: 52
- Joined: Sat Dec 09, 2017 4:40 pm
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Chromium1.browser.MainFrame.ExecuteJavaScript
Yes, you can.
According to the CEF sources you can call that procedure from any thread :
https://bitbucket.org/chromiumembedded/ ... ame_capi.h
According to the CEF sources you can call that procedure from any thread :
https://bitbucket.org/chromiumembedded/ ... ame_capi.h