-
Notifications
You must be signed in to change notification settings - Fork 12.8k
cookieStore #47314
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
Comments
We don't include APIs that aren't in all major browsers yet |
This issue has been marked 'Working as Intended' and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
Has anyone got a type definition that will work in the meantime? |
In an appeal to Cunningham's Law - here is my implementation:
|
Thanks for sharing! This seems to be mostly fine to me, I've found two things that probably should be altered:
|
lib Update Request
The cookieStore API
Configuration Check
My compilation target is
esnext
and my lib is["dom", "dom.iterable", "esnext"]
.Missing / Incorrect Definition
cookieStore
: https://developer.mozilla.org/en-US/docs/Web/API/CookieStoreSample Code
From https://davidwalsh.name/cookiestore
Documentation Link
https://developer.mozilla.org/en-US/docs/Web/API/CookieStore
Note: I'm a little confused by DOM lib generator repo. Should I be creating that issue there? It also mentions that it needs to be implemented in two major engines, and maybe Chromium counts as one? I'd have thought it'd make sense to allow including it explicitly via
lib
somehow though.FireFox implementation tracking issue
Safari implementation tracking issue
The text was updated successfully, but these errors were encountered: