mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
Previously we did not execute the constructor steps if we constructed a Blob from a ByteBuffer and a String. Though we only construct a Blob from ByteBuffer and String internally we still need to run these steps. By creating the new type 'BlobPartsOrByteBuffer' we can consolidate those two approaches to creating a Blob into our already existing constructor steps. |
||
|---|---|---|
| .. | ||
| Blob.cpp | ||
| Blob.h | ||
| Blob.idl | ||
| BlobURLStore.cpp | ||
| BlobURLStore.h | ||
| File.cpp | ||
| File.h | ||
| File.idl | ||
| FileList.cpp | ||
| FileList.h | ||
| FileList.idl | ||
| FileReader.cpp | ||
| FileReader.h | ||
| FileReader.idl | ||
| FileReaderSync.cpp | ||
| FileReaderSync.h | ||
| FileReaderSync.idl | ||