Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gem-mine/request-adapter-xhr

An axios adapter for IE8/9
https://github.com/gem-mine/request-adapter-xhr

Last synced: about 1 month ago
JSON representation

An axios adapter for IE8/9

Awesome Lists containing this project

README

        

# request-adapter-xhr
An axios adapter for IE8/9

## install
```
npm i @gem-mine/request-adapter-xhr
```

## usage
作为 [axios](https://github.com/axios/axios) 的适配器使用。

``` js
import axios from 'axios'
import adapter from '@gem-mine/request-adapter-xhr'

axios.get('/api', {
adapter // 设置适配器
})
```