Re: Multicast-Socket and JavaScript
Wan-Teh Chang <[email protected]> Wed, 19 Nov 2008 16:56:51 -0800
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 19, 2008 at 4:56 AM, Simon <[email protected]> wrote: > 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. Glad to know you used the NSPR API successfully. Wan-Teh