IdbFactory class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- IdbFactory
- Annotations
- @DomName('IDBFactory')
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.FIREFOX, '15')
- @SupportedBrowser(SupportedBrowser.IE, '10')
- @Experimental()
- @Unstable()
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
- supported → bool read-only
-
Checks to see if Indexed DB is supported on the current platform.
Constructors
Properties
- supportsDatabaseNames → bool read-only
-
Checks to see if getDatabaseNames is supported by the current platform.
- hashCode → int read-only, inherited
- runtimeType → Type 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