2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

feat: brower platform add data protocol. (#4804)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
wenzheng
2022-08-02 00:58:12 +08:00
committed by GitHub
parent 3e2a925731
commit d17d9a66c5
+1 -1
View File
@@ -8,5 +8,5 @@ export default {
FormData,
Blob
},
protocols: ['http', 'https', 'file', 'blob', 'url']
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
};