| Index: client/dom/generated/src/frog/WorkerLocation.dart
|
| diff --git a/client/dom/generated/src/frog/WorkerLocation.dart b/client/dom/generated/src/frog/WorkerLocation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..914604924311563c4089133df184e91dd4370496
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/WorkerLocation.dart
|
| @@ -0,0 +1,25 @@
|
| +
|
| +class WorkerLocation native "WorkerLocation" {
|
| +
|
| + String hash;
|
| +
|
| + String host;
|
| +
|
| + String hostname;
|
| +
|
| + String href;
|
| +
|
| + String pathname;
|
| +
|
| + String port;
|
| +
|
| + String protocol;
|
| +
|
| + String search;
|
| +
|
| + String toString() native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|