Is there a way to get full information on cookies from an extension (path, expiry), as opposed to only being able to get name=value pairs from document.cookie?
If not, could there be one? My use case is for being able to delete arbitrarily named cookies which are being applied to the current url. I suppose I could go through every level of document.location.pathname expiring cookies at that specific depth, but it seems it would be nicer to be able to iterate through a set of cookies returned by the API deleting them. Thanks, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" 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 http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
