检查当前平台是否支持进度事件。
static bool get supportsProgressEvent { var xhr = new HttpRequest(); return JS('bool', '("onprogress" in #)', xhr); }