Index: client/html/generated/html/frog/IDBFactory.dart |
diff --git a/client/html/generated/html/frog/IDBFactory.dart b/client/html/generated/html/frog/IDBFactory.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..03be2b284a25ad4da2661e5a97457667affb59c6 |
--- /dev/null |
+++ b/client/html/generated/html/frog/IDBFactory.dart |
@@ -0,0 +1,11 @@ |
+ |
+class _IDBFactoryImpl implements IDBFactory native "*IDBFactory" { |
+ |
+ int cmp(_IDBKeyImpl first, _IDBKeyImpl second) native; |
+ |
+ _IDBVersionChangeRequestImpl deleteDatabase(String name) native; |
+ |
+ _IDBRequestImpl getDatabaseNames() native; |
+ |
+ _IDBRequestImpl open(String name) native; |
+} |