-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Node.js now has a built-in Blob, so maybe I can use that rather than
fakeIndexedDB/src/test/web-platform-tests/wpt-env.js
Lines 7 to 11 in a1c1488
global.Blob = function (parts, options = {}) { | |
this.size = 0; | |
Object.assign(this, options); | |
return this; | |
}; |
Metadata
Metadata
Assignees
Labels
No labels