I have a question on nsIWebBrowserPersist.Does this allowing saving of
document parallely?

I have many windows opened (not tabs) and each of them loaded with
different urls , I will do some dom manipulations and save these
parallely will this work.

I create new instance of nsIWebBrowserPersist each time I save.

  persist =
(nsIWebBrowserPersist)factory.componentManager.createInstanceByContractID("@mozilla.org/
embedding/browser/nsWebBrowserPersist;
1",null,nsIWebBrowserPersist.NS_IWEBBROWSERPERSIST_IID);


regards,
Krith

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to