| Index: client/dom/generated/src/frog/IDBRequest.dart
|
| diff --git a/client/dom/generated/src/frog/IDBRequest.dart b/client/dom/generated/src/frog/IDBRequest.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ba796ccf56aba3bd21da9d284e3554f840213477
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/IDBRequest.dart
|
| @@ -0,0 +1,29 @@
|
| +
|
| +class IDBRequest native "IDBRequest" {
|
| +
|
| + int errorCode;
|
| +
|
| + EventListener onerror;
|
| +
|
| + EventListener onsuccess;
|
| +
|
| + int readyState;
|
| +
|
| + IDBAny result;
|
| +
|
| + IDBAny source;
|
| +
|
| + IDBTransaction transaction;
|
| +
|
| + String webkitErrorMessage;
|
| +
|
| + void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
| +
|
| + bool dispatchEvent(Event evt) native;
|
| +
|
| + void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|