mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* fix: support custom file type in Bun.file In the docs it seamed to suggest this is something supported, it seamed to be only supported in JSDOMFiles or blob. This Adds the 2 properties `type` and `lastModified` to be supported on `Bun.file` Fixes: https://github.com/oven-sh/bun/issues/6507 * fix: implement changes requested in review Add changes requested in the review and add a test for a non standard mimetype