Add fetch polyfill.
This commit is contained in:
parent
9c5f001fd2
commit
b1d9cbaebd
3 changed files with 7 additions and 1 deletions
|
@ -24,6 +24,7 @@ const QVITTER_USER_TIMELINE_URL = '/api/qvitter/statuses/user_timeline.json'
|
|||
// const USER_URL = '/api/users/show.json'
|
||||
|
||||
import { each, map } from 'lodash'
|
||||
import 'whatwg-fetch'
|
||||
|
||||
const oldfetch = window.fetch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue