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

[next] indexeddb key type different in dartium from chrome #16461

Closed
DartBot opened this issue Jan 31, 2014 · 4 comments
Closed

[next] indexeddb key type different in dartium from chrome #16461

DartBot opened this issue Jan 31, 2014 · 4 comments
Labels
area-library library-indexeddb P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Jan 31, 2014

This issue was originally filed by edouardta...@gmail.com


What steps will reproduce the problem?

  1. create a Map<int, int> in Dart
  2. save to an objectStore
  3. load the object. try to access the values using int keys-> success
  4. compile the code and try using the javascript file -> failure. keys are retrieved as strings

What version of the product are you using? On what operating system?
Dart 1.1 stable. Ubuntu 12.04. chrome 32.

Thanks for all the good work! Dart is great :D

@lrhn
Copy link
Member

lrhn commented Feb 1, 2014

Added Area-HTML, Triaged labels.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

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

@alan-knight
Copy link
Contributor

IndexedDB issue - might be addressed in the next rev.


Removed Priority-Unassigned, Library-Html labels.
Added Priority-Medium, Library-IndexedDB labels.
Changed the title to: "[next] indexeddb key type different in dartium from chrome".

@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
@bkonyi
Copy link
Contributor

bkonyi commented Jun 18, 2018

Dartium is dead! Closing.

@bkonyi bkonyi closed this as completed Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library library-indexeddb P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

5 participants