Skip to content
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

Add a package with good cookie support on top of dart:html #10496

Closed
alxhub opened this issue May 7, 2013 · 10 comments
Closed

Add a package with good cookie support on top of dart:html #10496

alxhub opened this issue May 7, 2013 · 10 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@alxhub
Copy link

alxhub commented May 7, 2013

dart:html only provides document.cookie, a String that appears to be colon-separated name value pairs. The documentation does not specify any additional information (such as how cookie values might be escaped, etc).

The cookie API has traditionally been very poor in Javascript, and this is a good chance for dart:html to really improve on the situation.

@sethladd
Copy link
Contributor

sethladd commented May 7, 2013

Removed Type-Defect label.
Added Type-Enhancement, Area-HTML, C1, Triaged labels.

@jmesserly
Copy link

yeah, that would be really nice.
Are there any JS libraries that you like in particular? (e.g. https://github.com/carhartl/jquery-cookie)

@blois
Copy link
Contributor

blois commented May 23, 2013

Added this to the M6 milestone.

@efortuna
Copy link
Contributor

Set owner to @efortuna.
Added Accepted label.

@efortuna
Copy link
Contributor

Removed this from the M6 milestone.
Added this to the M7 milestone.

@efortuna
Copy link
Contributor

efortuna commented Sep 4, 2013

I've written up a design document for this, and determined that we should actually add this functionality in a separate package instead. Therefore I'm bumping to the next milestone.


Removed this from the M7 milestone.
Added this to the Later milestone.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

Changing subject to reflect the intention.


Removed the owner.
Changed the title to: "Add a package with good cookie support on top of dart:html".

@alxhub alxhub added Type-Enhancement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html labels Jan 13, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed accepted labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

9 participants