Skip to content

Try using built-in Node.js Blob #96

@dumbmatter

Description

@dumbmatter

Node.js now has a built-in Blob, so maybe I can use that rather than

global.Blob = function (parts, options = {}) {
this.size = 0;
Object.assign(this, options);
return this;
};
and maybe also enable some skipped tests that use Blobs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions