Skip to content

Commit

Permalink
feat: brower platform add data protocol. (#4814)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
2 people authored and phloose committed Sep 13, 2022
1 parent 4d517b7 commit b0dd495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/platform/browser/index.js
Expand Up @@ -7,5 +7,5 @@ module.exports = {
FormData: require('./classes/FormData'),
Blob: Blob
},
protocols: ['http', 'https', 'file', 'blob', 'url']
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
};

0 comments on commit b0dd495

Please sign in to comment.