mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
feat: brower platform add data protocol. (#4804)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -8,5 +8,5 @@ export default {
|
|||||||
FormData,
|
FormData,
|
||||||
Blob
|
Blob
|
||||||
},
|
},
|
||||||
protocols: ['http', 'https', 'file', 'blob', 'url']
|
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user