Not documented.

Annotations
  • DomName('IDBFactory')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.FIREFOX, '15')
  • SupportedBrowser(SupportedBrowser.IE, '10')
  • Experimental()
  • Unstable()

Static Properties

supported bool
read-only

Checks to see if Indexed DB is supported on the current platform.

Properties

supportsDatabaseNames bool
read-only

Checks to see if getDatabaseNames is supported by the current platform.

Methods

cmp(Object first, Object second) → int

deleteDatabase(String name, {void onBlocked(Event)}) → Future<IdbFactory>

getDatabaseNames() → Future<List<String>>

open(String name, {int version, void onUpgradeNeeded(VersionChangeEvent), void onBlocked(Event)}) → Future<Database>