XhrFactory
A wrapper around the XMLHttpRequest
constructor.
abstract class XhrFactory {
abstract build(): XMLHttpRequest
}
方法
参数没有参数。 返回值
|
A wrapper around the XMLHttpRequest
constructor.
abstract class XhrFactory {
abstract build(): XMLHttpRequest
}
参数没有参数。 返回值
|