-
Notifications
You must be signed in to change notification settings - Fork 44
Add Cookie Store API standard to Fetch workstream #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.", | ||
annevk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"authors": [ | ||
{ | ||
"name": "Dylan Cutler", | ||
"email": "dylancutler@google.com" | ||
} | ||
], | ||
"reference": "COOKIESTOREAPI", | ||
DCtheTall marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"review_draft_schedule": [], | ||
DCtheTall marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"twitter": "cookiestoreapi" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you registered this account, or should we? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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/", | ||
|
@@ -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" | ||
} | ||
] | ||
}, | ||
|
Uh oh!
There was an error while loading. Please reload this page.