Gets an instance of the Indexed DB factory to being using Indexed DB.
Use indexed_db.IdbFactory.supported
to check if Indexed DB is supported on the current platform.
@SupportedBrowser(SupportedBrowser.CHROME, '23.0') @SupportedBrowser(SupportedBrowser.FIREFOX, '15.0') @SupportedBrowser(SupportedBrowser.IE, '10.0') IdbFactory get indexedDB => JS( 'IdbFactory|Null', // If not supported, returns null. '#.indexedDB || #.webkitIndexedDB || #.mozIndexedDB', this, this, this);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-html/Window/indexedDB.html