Re: nsIChannel.Open is blocked in linux
neel patel <[email protected]> Tue, 7 Jan 2014 22:43:41 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <[email protected]> |
Thanks Boris. I will check the firefox code and implement the AsyncOpen and will let you know the results. Thank you. On Wednesday, January 8, 2014 12:02:01 PM UTC+5:30, Boris Zbarsky wrote: > On 1/8/14 1:21 AM, [email protected] wrote: > > > But i read somewhere that callbacks implementation is not possible in C++ and only in javascript > > > > I don't know what you read, but doing AsyncOpen in C++ is quite > > possible. Firefox does it all the time. That's how it does things like > > loading webpages, scripts, stylesheets, etc, after all. ;) > > > > -Boris