| Index: client/html/generated/html/frog/SVGTests.dart
|
| diff --git a/client/html/generated/html/frog/SVGTests.dart b/client/html/generated/html/frog/SVGTests.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..88fc89b443004599f20db9e10e19ecac178a51aa
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGTests.dart
|
| @@ -0,0 +1,11 @@
|
| +
|
| +class _SVGTestsJs implements SVGTests native "*SVGTests" {
|
| +
|
| + final _SVGStringListJs requiredExtensions;
|
| +
|
| + final _SVGStringListJs requiredFeatures;
|
| +
|
| + final _SVGStringListJs systemLanguage;
|
| +
|
| + bool hasExtension(String extension) native;
|
| +}
|
|
|