Re: Multicast-Socket and JavaScript

Simon <[email protected]> Wed, 19 Nov 2008 04:56:00 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.nspr
Organization http://groups.google.com
Message-ID <2df60afa-31d5-42f1-bb94-de2730881c72@g17g2000prg.googlegroups.com>
On 19 Nov., 12:56, Simon <[email protected]> wrote:
>
> 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.

OK, the additional information is that the problem don't come from my
extension - it was an other one.