I'm writing a Firebug extension that shows which css rules are actually used in the page. I'd like to be able to show which rules are used within a set of pages.
To do that, data has to be saved between pages. I tried panel.context.window.sessionStorage but it gives weird results (being null even after setting it to {}) I don't know if i can use the Firebug window object? (how is it referenced?) What would be the appropriate way to store data between pages? Thx in advance, Jaap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@googlegroups.com To unsubscribe from this group, send email to firebug+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---