XhrFactory

A wrapper around the XMLHttpRequest constructor.

abstract class XhrFactory { abstract build(): XMLHttpRequest }

方法

abstract build(): XMLHttpRequest

参数

没有参数。

返回值

XMLHttpRequest