1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 21:15:09 +00:00
serenity/Userland/Libraries/LibWeb/FileAPI
Kenneth Myhra 516ea4d758 LibWeb: Implement "convert line endings to native" algorithm
This adds the "convert line endings to native" algorithm from the
FileAPI spec.
2022-07-30 10:59:46 +01:00
..
Blob.cpp LibWeb: Implement "convert line endings to native" algorithm 2022-07-30 10:59:46 +01:00
Blob.h LibWeb: Implement "convert line endings to native" algorithm 2022-07-30 10:59:46 +01:00
Blob.idl LibWeb: Introduce Blob 2022-07-17 00:23:19 +01:00
File.cpp LibWeb: Introduce the File interface from the FileAPI spec 2022-07-26 20:54:30 +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