Files
bknd/app/__test__
cameronapak 6faf0d421f Fix test for Blob to File conversion
The Response.blob() method in JavaScript returns a Blob, not a File.
This means that file-specific metadata like `name` and `lastModified` is
lost. The tests were updated to reflect this by manually constructing a
File object from the Blob, mimicking how client code would handle this
conversion. The MIME type is now correctly preserved from the response
headers when creating the File.
2025-12-30 07:33:55 -06:00
..
2025-09-29 14:55:19 +02:00
2025-12-30 07:33:55 -06:00
2025-08-14 10:05:15 +02:00
2025-08-01 15:55:59 +02:00
2025-04-03 11:08:16 +02:00