1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-28 21:02:07 +00:00
serenity/Userland/Libraries/LibWeb/FileAPI
Kenneth Myhra bbd9490683 LibWeb: Handle endings member of options being "native"
This patch passes the options argument to process_blob_parts() and makes
use of the "convert line endings to native" algorithm when the endings
member of options (BlobPropertyBag) is set to "native".
2022-07-30 10:59:46 +01:00
..
Blob.cpp LibWeb: Handle endings member of options being "native" 2022-07-30 10:59:46 +01:00
Blob.h LibWeb: Handle endings member of options being "native" 2022-07-30 10:59:46 +01:00
Blob.idl LibWeb: Introduce Blob 2022-07-17 00:23:19 +01:00
File.cpp LibWeb: Handle endings member of options being "native" 2022-07-30 10:59:46 +01:00
File.h LibWeb: Introduce the File interface from the FileAPI spec 2022-07-26 20:54:30 +01:00
File.idl LibWeb: Introduce the File interface from the FileAPI spec 2022-07-26 20:54:30 +01:00