Closed
Bug 372635
Opened 18 years ago
Closed 12 years ago
Have a scriptable way to create a nsIInputStreamTee
Categories
(Core :: XPCOM, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 615324
People
(Reporter: Mook, Unassigned)
References
()
Details
nsIInputStreamTee is a scriptable interface, and the implementation seems to do a lot of sanity checking. But there's no way to create the interface... So it's actually not usable from script.
Since the hard work seems to be already done, it would be nice if there's some way of instantiating it from script; that is, please give it a contract id. I can't call NS_NewInputStreamTee from JS even if it is extern NS_COM :)
Comment 1•12 years ago
|
||
I know we typically mark newer bugs as duplicates of older ones, but bug 615324 at least has a patch.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•