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
0x30 and jasonsaayman committed Aug 10, 2022
1 parent bbb2264 commit 6acb5ef
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 6acb5ef

Please sign in to comment.