Re: nsIChannel.Open is blocked in linux
Boris Zbarsky <[email protected]> Wed, 08 Jan 2014 01:32:01 -0500
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <[email protected]> |
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