Files
bknd/app
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-10-28 11:09:37 +01:00
2025-07-22 08:37:31 -05:00
2024-11-16 12:01:47 +01:00
2025-08-12 08:51:32 +02:00
2024-11-16 12:01:47 +01:00
2025-03-11 13:43:40 +01:00
2025-07-22 08:58:30 -05:00