diff --git a/db.json b/db.json index 0f1505f..cdb4649 100644 --- a/db.json +++ b/db.json @@ -147,6 +147,23 @@ } ], "standards": [ + { + "name": "Cookie Store API", + "href": "https://cookiestore.spec.whatwg.org/", + "description": "An asynchronous JavaScript cookies API for documents and service workers.", + "authors": [ + { + "name": "Dylan Cutler", + "email": "dylancutler@google.com" + } + ], + "reference": "COOKIESTORE", + "review_draft_schedule": [ + 4, + 10 + ], + "twitter": "cookiestoreapi" + }, { "name": "Fetch", "href": "https://fetch.spec.whatwg.org/",