| Index: client/html/generated/html/frog/PerformanceNavigation.dart
|
| diff --git a/client/html/generated/html/frog/PerformanceNavigation.dart b/client/html/generated/html/frog/PerformanceNavigation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bf98b504c658bac9ef12472ced4cb58258854a83
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/PerformanceNavigation.dart
|
| @@ -0,0 +1,15 @@
|
| +
|
| +class _PerformanceNavigationJs implements PerformanceNavigation native "*PerformanceNavigation" {
|
| +
|
| + static final int TYPE_BACK_FORWARD = 2;
|
| +
|
| + static final int TYPE_NAVIGATE = 0;
|
| +
|
| + static final int TYPE_RELOAD = 1;
|
| +
|
| + static final int TYPE_RESERVED = 255;
|
| +
|
| + final int redirectCount;
|
| +
|
| + final int type;
|
| +}
|
|
|