What about nsILocalFile...? https://developer.mozilla.org/en-US/docs/Code_snippets/File_I_O
Honza On Sep 20, 1:34 pm, Jaap V <[email protected]> wrote: > This is in the localStorage section of the code. > localStorage has the tendency to change in Fx which is really annoying. > Previously i used > > Application.getExtensions(function(extensions) { storage = > extensions.get("[email protected]").storage; } > > that stopped working. > Now i use > > Components.classes["@mozilla.org/scriptsecuritymanager;1"].getService(Components.interfaces.nsIScriptSecurityManager).getCodebasePrincipal(uri); > > which has also stopped working? > > Time to look into a 3rd way. > > Jaap -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
