Skip to content

Form data util does not use @web-std/file #63

@benmerckx

Description

@benmerckx

form.append(name, new File([data], filename, { type: contentType }))

The File instance being constructed here is not imported from @web-std/file causing it to fail in node with

ReferenceError: File is not defined

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions