UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

12 lines (10 loc) 255 B
'use strict'; module.exports = { isBrowser: true, classes: { URLSearchParams: require('./classes/URLSearchParams'), FormData: require('./classes/FormData'), Blob: Blob }, protocols: ['http', 'https', 'file', 'blob', 'url', 'data'] };