1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:31:00 +00:00
serenity/Userland/Libraries/LibWeb/Fetch
networkException d1c1218d42 LibWeb/Fetch: Implement changes to priority
This patch updates the priority member of fetch requests to be
an enum. The implementation defined struct previously named Priority
has been renamed to InternalPriority in line with the spec.
2023-10-31 18:09:14 +01:00
..
Fetching
Infrastructure LibWeb/Fetch: Implement changes to priority 2023-10-31 18:09:14 +01:00
Body.cpp
Body.h
Body.idl
BodyInit.cpp
BodyInit.h
BodyInit.idl
Enums.cpp
Enums.h
FetchMethod.cpp
FetchMethod.h
Headers.cpp
Headers.h
Headers.idl
HeadersIterator.cpp
HeadersIterator.h
Request.cpp
Request.h
Request.idl
Response.cpp
Response.h
Response.idl