Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index 24a1687c86d457884432f051bb36f241be7f74ef..91194a33ea381e1f05aa5405d51fe3715eed15a8 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -12788,8 +12788,14 @@ class HttpRequestException native "*XMLHttpRequestException" { |
@DocsEditable |
@DomName('XMLHttpRequestProgressEvent') |
+@SupportedBrowser(SupportedBrowser.CHROME) |
+@SupportedBrowser(SupportedBrowser.SAFARI) |
+@Experimental() |
class HttpRequestProgressEvent extends ProgressEvent native "*XMLHttpRequestProgressEvent" { |
+ /// Checks if this type is supported on the current platform. |
+ static bool get supported => Event._isTypeSupported('XMLHttpRequestProgressEvent'); |
+ |
@DomName('XMLHttpRequestProgressEvent.position') |
@DocsEditable |
final int position; |