Jim Trainor
2015-11-20 13:32:17 UTC
I updated to Dart SDK + Dartium 1.13, on OSX 10.0.5, and discovered that
Dartium's indexed_db implementation appears to have changed. It no longer
supports compound index keys and transactions on multiple object stores.
Anyone have any idea what happened? I was using 1.11 before I updated so
there is a chance that this change happened in 1.12.
It is not a big problem for my larger code base because other browsers do
not support these features therefore I don't depend on them. I do,
however, have tests for each feature that I expect a browser to support, so
that I can keep track of what works where, hence I noticed these changes
immediately.
Dartium's indexed_db implementation appears to have changed. It no longer
supports compound index keys and transactions on multiple object stores.
Anyone have any idea what happened? I was using 1.11 before I updated so
there is a chance that this change happened in 1.12.
It is not a big problem for my larger code base because other browsers do
not support these features therefore I don't depend on them. I do,
however, have tests for each feature that I expect a browser to support, so
that I can keep track of what works where, hence I noticed these changes
immediately.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.