Aaron Boodman wrote: > On Tue, Nov 10, 2009 at 3:18 PM, Colin Bleckner <co...@xmarks.com> wrote: > >> It would be awesome to have some sort of local or session storage available >> some day. Sending messages to the extension to get preference data (and >> then shoving them in a cookie for storage) is far from idea. >> > > Why do you need to store them at all? Why can't you just always fetch > them from the extension and keep them in variables in the content > script? > > - a > I suppose I could do this. It just feels a little wasteful to make a request to the extension every time my content script fires (for the exact same data). If sending messages between content scripts and the rest of the extension are light weight though it would definitely be easier for me to just do that.
Colin -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to chromium-extensi...@googlegroups.com. To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=.