填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

XhrFactory

A wrapper around the XMLHttpRequest constructor.

      
      abstract class XhrFactory {
  abstract build(): XMLHttpRequest
}
    

方法

abstract build(): XMLHttpRequest
      
      abstract build(): XMLHttpRequest
    
参数

没有参数。

返回值

XMLHttpRequest