[webkit-gtk] Get result of JavaScript execution

David P. Reed dpreed at reed.com
Thu May 13 07:57:37 PDT 2010


Updating the window title is a semi-standard approach used for 
reflecting data back to the embedding program from Javascript.

One could also directly "POST" a result to a webserver on a network port 
that is based on the same machine as the webkit-gtk processor.

On 05/13/2010 08:12 AM, Михаил Лапшин wrote:
> Hi.
>
> Maybe it is a FA question, but I didn't found any answer in Google. I
> need to execute javascript and receive it's response (or result) in my
> C code. The only solution I found is write result to console (using
> console.log) and then receive it in 'console-message' signal. However,
> this solution seems a bit hacky.
>
> Any suggestions are welcome.
> _______________________________________________
> webkit-gtk mailing list
> webkit-gtk at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
>
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-gtk/attachments/20100513/4dc74099/attachment.html>


More information about the webkit-gtk mailing list