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