ladybird/Userland/Libraries/LibWeb/FileAPI
Kenneth Myhra 622a4f29a7 LibWeb: Add public get accessor function for Blob's internal ByteBuffer
Blob::bytes() returns the ReadonlyBytes representation of our internal
ByteBuffer.

This change requires us to ByteBuffer::copy() Blob's ReadonlyBytes to a
ByteBuffer in XHR::send() and corresponding error handling of the copy
operation.

This removes the need for Blob to declare XMLHttpRequest as a friend
class.
2022-07-26 20:54:30 +01:00
..
Blob.cpp LibWeb: Add public get accessor function for Blob's internal ByteBuffer 2022-07-26 20:54:30 +01:00
Blob.h LibWeb: Add public get accessor function for Blob's internal ByteBuffer 2022-07-26 20:54:30 +01:00
Blob.idl