| Index: client/html/generated/src/interface/IDBDatabase.dart
|
| diff --git a/client/html/generated/src/interface/IDBDatabase.dart b/client/html/generated/src/interface/IDBDatabase.dart
|
| deleted file mode 100644
|
| index e025d46122aed3e5ba9c8917e93590d0e999b55e..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/IDBDatabase.dart
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -interface IDBDatabase {
|
| -
|
| - String get name();
|
| -
|
| - String get version();
|
| -
|
| - void addEventListener(String type, EventListener listener, [bool useCapture]);
|
| -
|
| - void close();
|
| -
|
| - IDBObjectStore createObjectStore(String name);
|
| -
|
| - void deleteObjectStore(String name);
|
| -
|
| - bool dispatchEvent(Event evt);
|
| -
|
| - void removeEventListener(String type, EventListener listener, [bool useCapture]);
|
| -
|
| - IDBVersionChangeRequest setVersion(String version);
|
| -
|
| - IDBTransaction transaction(String storeName, int mode);
|
| -}
|
|
|