Skip to content

Commit

Permalink
feat!: removes Blob polyfill in favour of native browser support.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 23, 2024
1 parent 607b273 commit 9ce4b78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 216 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@

module.exports = {
name: require('./package').name,

included(app) {
this._super.included.apply(this, arguments);
app.import('vendor/Blob.js');
},
};
211 changes: 0 additions & 211 deletions vendor/Blob.js

This file was deleted.

0 comments on commit 9ce4b78

Please sign in to comment.