Init. Map does not function and only working on backend at the moment.
This commit is contained in:
4
node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
generated
vendored
Normal file
4
node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
|
||||
import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';
|
||||
export default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|
Reference in New Issue
Block a user