|
|
|
|
|
by spacechild1
498 days ago
|
|
Interesting! AFAICT this would allow to run some JS code in a web browser, right? One thing I don't understand: > Each web_view class instance represents an independent, asynchronous web-content interface. The provided web_view shall support content complying with the [HTML5], [PNG], and [ECMAScript] standards. Who is supposed to provide the runtime? Also, it shows how to call a JS function and get the result back in C++, but how would you interface with C++ from within JS (e.g. in an event handler)? |
|