[webkit-qt] Add custom event into Webkit .
Benjamin Poulain
benjamin.poulain at nokia.com
Thu Nov 11 02:34:21 PST 2010
Hi,
On 11/11/2010 08:49 AM, ext Tony Zhang wrote:
> I want to add my own customer event into webkit/qt, can anyone provide
> me some information on this topic?
I don't think it is possible to add custom Javascript event. What you
can usually do is use signal-function connection from Javascript.
If you can't use signals, I guess you could try the new message API for
generic events
(http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html).
cheers,
Benjamin
More information about the webkit-qt
mailing list