| Index: client/dom/generated/src/frog/Notification.dart
|
| diff --git a/client/dom/generated/src/frog/Notification.dart b/client/dom/generated/src/frog/Notification.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ceffdb0e14ebff2f58d802d8d547c26caadd3af3
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/Notification.dart
|
| @@ -0,0 +1,29 @@
|
| +
|
| +class Notification native "Notification" {
|
| +
|
| + String dir;
|
| +
|
| + EventListener onclick;
|
| +
|
| + EventListener onclose;
|
| +
|
| + EventListener ondisplay;
|
| +
|
| + EventListener onerror;
|
| +
|
| + String replaceId;
|
| +
|
| + void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
| +
|
| + void cancel() native;
|
| +
|
| + bool dispatchEvent(Event evt) native;
|
| +
|
| + void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
| +
|
| + void show() native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|