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