If JS calls "addEventListener", then eventually EventTarget::addEventListener will be called. I believe what you want to do is call EventTarget::dispatchEvent on the node in question. This should call any callbacks associated with the type of event you pass to it. On Jan 19, 2013, at 12:00 PM, [email protected] wrote:
> How to raise asynchronous events from C++ to > JavaScript
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-help
