8000 Add Cookie Store API standard to Fetch workstream by DCtheTall · Pull Request #254 · whatwg/sg · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
normalize db
  • Loading branch information
DCtheTall committed Jul 18, 2025
commit 4b0fa7a168ba1430b4955ad39c8fe38bf65a03c1
28 changes: 14 additions & 14 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,20 @@
}
],
"standards": [
{
"name": "Cookie Store API",
"href": "https://wicg.github.io/cookie-store/",
"description": "An asynchronous Javascript cookies API for documents and service workers.",
"authors": [
{
"name": "Dylan Cutler",
"email": "dylancutler@google.com"
}
],
"reference": "COOKIESTOREAPI",
"review_draft_schedule": [],
"twitter": "cookiestoreapi"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you registered this account, or should we?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not registered one yet, if WHATWG could register one that would be great, not sure how that is normally done.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I registered it.

Our usage of Twitter is not really working these days; we used to have automatic bots that tweeted all substantial commits. Probably we should give up on that, but some of our tooling might break if we just leave this blank, so it was easiest just to register for now.

},
{
"name": "Fetch",
"href": "https://fetch.spec.whatwg.org/",
Expand All @@ -163,20 +177,6 @@
12
],
"twitter": "fetchstandard"
},
{
"name": "Cookie Store API",
"href": "https://wicg.github.io/cookie-store/",
"description": "An asynchronous Javascript cookies API for documents and service workers.",
"authors": [
{
"name": "Dylan Cutler",
"email": "dylancutler@google.com"
}
],
"reference": "COOKIESTOREAPI",
"review_draft_schedule": [],
"twitter": "cookiestoreapi"
}
]
},
Expand Down
0