Skip to content
Snippets Groups Projects
Commit ec6f649f authored by adcpm's avatar adcpm
Browse files

Change isomorphic-fetch to fetch-ponyfill

parent 304065a7
No related branches found
No related tags found
No related merge requests found
import fetch from 'isomorphic-fetch';
import fetchPonyfill from 'fetch-ponyfill';
import Promise from 'bluebird';
import newDebug from 'debug';
import Transport from './base';
const { fetch } = fetchPonyfill(Promise);
const debug = newDebug('steem:http');
export default class HttpTransport extends Transport {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment