Skip to content

Commit

Permalink
feat: brower platform add data protocol. (#4804)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
0x30 and jasonsaayman committed Aug 1, 2022
1 parent 3e2a925 commit d17d9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/platform/browser/index.js
Expand Up @@ -8,5 +8,5 @@ export default {
FormData,
Blob
},
protocols: ['http', 'https', 'file', 'blob', 'url']
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
};

0 comments on commit d17d9a6

Please sign in to comment.