Init. Map does not function and only working on backend at the moment.
This commit is contained in:
13
node_modules/axios/lib/platform/browser/index.js
generated
vendored
Normal file
13
node_modules/axios/lib/platform/browser/index.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import URLSearchParams from './classes/URLSearchParams.js'
|
||||
import FormData from './classes/FormData.js'
|
||||
import Blob from './classes/Blob.js'
|
||||
|
||||
export default {
|
||||
isBrowser: true,
|
||||
classes: {
|
||||
URLSearchParams,
|
||||
FormData,
|
||||
Blob
|
||||
},
|
||||
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
|
||||
};
|
Reference in New Issue
Block a user