Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 9ee9019

Browse files
feat!: removes Blob polyfill in favour of native browser support.
1 parent 199401e commit 9ee9019

File tree

2 files changed

+0
-216
lines changed

2 files changed

+0
-216
lines changed

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@
22

33
module.exports = {
44
name: require('./package').name,
5-
6-
included(app) {
7-
this._super.included.apply(this, arguments);
8-
app.import('vendor/Blob.js');
9-
},
105
};

vendor/Blob.js

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)