index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
FileAPI
/
Blob.h
Age
Commit message (
Expand
)
Author
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-22
LibWeb: Make FileAPI::Blob::create() buffer/type overload infallible
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Make Blob and File GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-02
LibWeb: Move is_basic_latin() to Blob.{cpp,h}
Kenneth Myhra
2022-07-30
LibWeb: Handle endings member of options being "native"
Kenneth Myhra
2022-07-30
LibWeb: Implement "convert line endings to native" algorithm
Kenneth Myhra
2022-07-26
LibWeb: Introduce the File interface from the FileAPI spec
Kenneth Myhra
2022-07-26
LibWeb: Add missing spec links to the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Fix const issue on type() accessor for the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Make process_blob_parts() publicly accessible
Kenneth Myhra
2022-07-26
LibWeb: Add public get accessor function for Blob's internal ByteBuffer
Kenneth Myhra
2022-07-18
LibWeb: Move extract_body() towards spec compliance
Kenneth Myhra
2022-07-17
LibWeb: Add & use TRY_OR_RETURN_OOM macro
Linus Groh
2022-07-17
LibWeb: Avoid needless copies during Blob construction
Linus Groh
2022-07-17
LibWeb: Add support for XHR response type Blob
Kenneth Myhra
2022-07-17
LibWeb: Introduce Blob
Kenneth Myhra