ladybird/Libraries/LibWeb/Fetch
Tete17 658477620a LibWeb/LibURL/LibIPC: Extend createObjectURL to also accept MediaSources
This required some changes in LibURL & LibIPC since it has its own
definition of an BlobURLEntry. For now, we don't have a concrete usage
of MediaSource in LibURL so it is defined as an empty struct.

This removes one FIXME in an idl file.
2025-08-19 23:50:38 +02:00
..
Fetching LibWeb/LibURL/LibIPC: Extend createObjectURL to also accept MediaSources 2025-08-19 23:50:38 +02:00
Infrastructure LibWeb: Enforce Integrity Policy on Fetch requests 2025-08-14 13:37:38 +01:00
Body.cpp AK+LibURL+LibWeb: Use simdutf to validate ASCII strings 2025-04-06 11:05:58 -04:00
Body.h LibWeb/Fetch: Sync with spec update (whatwg/fetch#1569) 2025-01-30 16:24:50 -07:00
Body.idl
BodyInit.cpp LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
BodyInit.h
BodyInit.idl
Enums.cpp
Enums.h
FetchMethod.cpp LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
FetchMethod.h
Headers.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
Headers.h
Headers.idl
HeadersIterator.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
HeadersIterator.h
Request.cpp LibWeb: Replace request's "window" with "traversable for user prompts" 2025-08-08 11:12:53 +01:00
Request.h
Request.idl
Response.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
Response.h
Response.idl