feat: add XMLHttpRequest

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-27 18:39:03 +08:00
parent d1f58e7482
commit 8584709828
6 changed files with 281 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import { XMLHttpRequest as xhr } from './xml-http-request'
var XMLHttpRequest = xhr;
export {
XMLHttpRequest
}