Joshua Moore-Oliva wrote:
What is the *right* way to do this? How should I redirect them, and where is it safe to issue the redirect request? Preferably I'd like to do something like modify the URI on the fly, but from what I can tell the URI is an immutable object.
There's no _really_ good way to do this, but what you could do, in the case when this is a document load, is to try to get the relevant window from the context and then put up an event to set window.location on that window later...
-Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
