awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
8.05k stars 355 forks source link

File support #285

Closed nsalerni closed 4 months ago

nsalerni commented 6 months ago

Refs: #250

Issue #250

https://github.com/awslabs/llrt/issues/250

Description of changes

Implemented the File interface: https://developer.mozilla.org/en-US/docs/Web/API/File. This is a pre-requisite for implementation of FormData.

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.