Latest repo
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
'use strict'
|
||||
|
||||
export default typeof Blob !== 'undefined' ? Blob : null
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
|
||||
export default typeof FormData !== 'undefined' ? FormData : null;
|
||||
+4
@@ -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