Files
ladybird/Userland/Libraries/LibWeb/Fetch/Response.cpp
Linus Groh 02a4cba086 LibWeb: Use MUST() for infallible ByteBuffer::copy() invocations
ByteBuffer has an inline capacity of 32 bytes, so when we provide a
string smaller than that, it cannot fail.
2022-10-24 09:26:16 +01:00

13 KiB