Re: Multicast-Socket and JavaScript

Simon <[email protected]> Wed, 19 Nov 2008 03:56:25 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.nspr
Organization http://groups.google.com
Message-ID <c8bb092b-2aa5-4ccd-9742-ce19b8eab376@h23g2000prf.googlegroups.com>
On 11 Nov., 19:40, Wan-Teh Chang <[email protected]> wrote:
> On Tue, Nov 11, 2008 at 9:36 AM, Simon <[email protected]> wrote:
>
>
> I'm sorry that I don't know JavaScript and nsIDOMDataContainerEvent.
> Please post your questions to the mozilla mailing lists that specialize
> in these topics.  I'm sure there are people there who can help you.
>
> Wan-Teh

Thank you! For other people how need the information: I realized the
multicast-receiver with the NSPR-API, it works fine. Then I
implemented the ElementTarget Interface (addEventListener etc.) and if
it received some data it fired a MessageEvent (This event can
encapsulate the string data). So far so good. Now I have still
problems with the DOM-event-handling/Threading in association with the
JS-ExecutionHook. If I had solve this problem I would finished this
posting-thread with additional information about the problem.