{
 "compat_features": [
  "api.CookieStore.get.domain_return_property",
  "api.CookieStore.get.expires_return_property",
  "api.CookieStore.get.path_return_property",
  "api.CookieStore.get.sameSite_return_property",
  "api.CookieStore.get.secure_return_property"
 ],
 "description": "The cookieStore.get() method returns cookie metadata, such as the domain, expires, path, sameSite and secure properties.",
 "description_html": "The <code>cookieStore.get()</code> method returns cookie metadata, such as the <code>domain</code>, <code>expires</code>, <code>path</code>, <code>sameSite</code> and <code>secure</code> properties.",
 "discouraged": {
  "according_to": [
   "https://github.com/whatwg/cookiestore/pull/274"
  ],
  "reason": "Scripting access to cookie metadata creates privacy and forward-compatibility problems.",
  "reason_html": "Scripting access to cookie metadata creates privacy and forward-compatibility problems."
 },
 "kind": "feature",
 "name": "cookieStore.get() metadata",
 "spec": [
  "https://cookiestore.spec.whatwg.org/"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "api.CookieStore.get.domain_return_property": {
    "baseline": false,
    "support": {
     "chrome": "87",
     "chrome_android": "87",
     "edge": "87"
    }
   },
   "api.CookieStore.get.expires_return_property": {
    "baseline": false,
    "support": {
     "chrome": "87",
     "chrome_android": "87",
     "edge": "87"
    }
   },
   "api.CookieStore.get.path_return_property": {
    "baseline": false,
    "support": {
     "chrome": "87",
     "chrome_android": "87",
     "edge": "87"
    }
   },
   "api.CookieStore.get.sameSite_return_property": {
    "baseline": false,
    "support": {
     "chrome": "87",
     "chrome_android": "87",
     "edge": "87"
    }
   },
   "api.CookieStore.get.secure_return_property": {
    "baseline": false,
    "support": {
     "chrome": "87",
     "chrome_android": "87",
     "edge": "87"
    }
   }
  },
  "support": {
   "chrome": "87",
   "chrome_android": "87",
   "edge": "87"
  }
 },
 "id": "cookie-store-get-metadata",
 "groups": [],
 "specs": [
  {
   "url": "https://cookiestore.spec.whatwg.org/",
   "seriesComposition": "full",
   "shortname": "cookiestore",
   "series": {
    "shortname": "cookiestore",
    "currentSpecification": "cookiestore",
    "title": "Cookie Store API",
    "shortTitle": "Cookie Store API",
    "nightlyUrl": "https://cookiestore.spec.whatwg.org/"
   },
   "formerNames": [
    "cookie-store"
   ],
   "organization": "WHATWG",
   "groups": [
    {
     "name": "Fetch Workstream",
     "url": "https://cookiestore.spec.whatwg.org/"
    }
   ],
   "nightly": {
    "url": "https://cookiestore.spec.whatwg.org/",
    "status": "Living Standard",
    "alternateUrls": [],
    "repository": "https://github.com/whatwg/cookiestore",
    "sourcePath": "index.bs",
    "filename": "index.html"
   },
   "title": "Cookie Store API",
   "source": "whatwg",
   "shortTitle": "Cookie Store API",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "cookiestore"
    ]
   },
   "fragment": null
  }
 ],
 "mdnUrls": [],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": null,
 "developerSignals": null,
 "bugs": {},
 "useCases": null,
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}