IdbFactory class

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

Static Properties

instanceRuntimeTypeType
@Deprecated("Internal Use Only"), read-only
supportedbool
read-only

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

Constructors

IdbFactory.internal_()

Properties

supportsDatabaseNamesbool
read-only

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

hashCodeint
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

Operators

operator ==(other) → bool
inherited

The equality operator.

Methods

cmp(Object first, Object second) → int
@DocsEditable(), @DomName('IDBFactory.cmp')
deleteDatabase(String name, { void onBlocked(Event e) }) → Future<IdbFactory>
@DomName('IDBFactory.deleteDatabase')
getDatabaseNames() → Future<List<String>>
@DomName('IDBFactory.getDatabaseNames'), @Experimental(), @SupportedBrowser(SupportedBrowser.CHROME)
open(String name, { int version, void onUpgradeNeeded(VersionChangeEvent), void onBlocked(Event) }) → Future<Database>
@DomName('IDBFactory.open')
noSuchMethod(Invocation invocation) → dynamic
inherited

Invoked when a non-existent method or property is accessed.

toString() → String
inherited

Returns the result of the JavaScript objects toString method.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-indexed_db/IdbFactory-class.html