Are you using it from JS or C++? If you're using it from JS, nothing has changed.
- Kyle On Wed, Feb 10, 2016 at 4:32 PM, Devan Shah <[email protected]> wrote: > Hello > > nsIDOMWindow is deprecated now according to: > https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMWindow > is there an alternative for this interface. I am using a lot of functions > from this interface and also using nsIPromptFactory which relies on > nsIDOMWindow a lot for all of it functions. > > Is there any way to get an alternative with the same functionality which > requires minimal changes or is there a way that I can get the nsIDOMWindow > interface and all of its functionality back by adding the interface locally > and implementing the functions locally. > > Thanks > Devan Shah > _______________________________________________ > dev-platform mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-platform > _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

