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

HTML5 Indexed DB not fully implemented. #1310

Closed
DartBot opened this issue Jan 23, 2012 · 8 comments
Closed

HTML5 Indexed DB not fully implemented. #1310

DartBot opened this issue Jan 23, 2012 · 8 comments
Assignees
Labels
web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@DartBot
Copy link

DartBot commented Jan 23, 2012

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


The Window type has no 'indexedDB' property. There are interfaces and implementation classes for the indexed db API, but apparently they haven't been properly tested yet (cf. Stephen Adams' comment in the General Dart Discussion)

@dgrove
Copy link
Contributor

dgrove commented Jan 25, 2012

Set owner to @rakudrama.
Added Area-UI, Triaged labels.

@rakudrama
Copy link
Member

Try window.webkitIndexedDB. That will work only on WebKit browsers like Chrome (e.g. Firefox has mozIndexedDB), but you should be able to try it out.

Over time we will remove vendor prefixes where we can. We will do more browser compat work in dart:html than in dart:dom, but we have some things to work through before we can get there.

@DartBot
Copy link
Author

DartBot commented Feb 17, 2012

This comment was originally written by jordonwii...@gmail.com


window.webkitIndexedDB does not work for me in dart:html. It works ok in dart:dom though.

@vsmenon
Copy link
Member

vsmenon commented Apr 13, 2012

Removed Area-UI label.
Added Area-DOM label.

@vsmenon
Copy link
Member

vsmenon commented Jun 22, 2012

For M1, let's shoot for IndexedDB to work on primitive types on Chrome and FF.


Added this to the M1 milestone.

@rakudrama
Copy link
Member

Marked this as being blocked by #1809, #1810, #1811, #1812, #1813, #1883, #2603, #3130.

@iposva-google
Copy link
Contributor

Removed Area-DOM label.
Added Area-HTML label.

@rakudrama
Copy link
Member

All blocked-on bugs have been resolved.


Added Fixed label.

@DartBot DartBot added Type-Defect web-libraries Issues impacting dart:html, etc., libraries labels Oct 5, 2012
@DartBot DartBot added this to the M1 milestone Oct 5, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

5 participants