Bug 143893

Summary: WebsiteDataStore should support getting cookie key and value
Product: WebKit Reporter: Shreyas VA <shreyasv>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: johnt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: All   

Description Shreyas VA 2015-04-17 13:23:40 PDT
https://bugs.webkit.org/show_bug.cgi?id=142178 added support for getting the host name of the cookie. 

A WKWebSiteDataRecord should have an API to get the cookie name and value of the cookie it represents.
Comment 1 John Turnipseed 2015-09-30 14:22:09 PDT
It would be helpful if the API allowed read only access to all the properties of the cookie.,, either a NSDictionary representation or an actual NSHTTPCookie object.