| Index: client/dom/generated/src/frog/Location.dart
|
| diff --git a/client/dom/generated/src/frog/Location.dart b/client/dom/generated/src/frog/Location.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0176d6102f7038675c8e5a9dfac798897b65abc4
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/Location.dart
|
| @@ -0,0 +1,33 @@
|
| +
|
| +class Location native "Location" {
|
| +
|
| + String hash;
|
| +
|
| + String host;
|
| +
|
| + String hostname;
|
| +
|
| + String href;
|
| +
|
| + String origin;
|
| +
|
| + String pathname;
|
| +
|
| + String port;
|
| +
|
| + String protocol;
|
| +
|
| + String search;
|
| +
|
| + void assign(String url) native;
|
| +
|
| + String getParameter(String name) native;
|
| +
|
| + void reload() native;
|
| +
|
| + void replace(String url) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|