diff options
author | Linus Groh <mail@linusgroh.de> | 2022-10-23 22:16:14 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-30 20:10:29 +0000 |
commit | c8d121fa3203a578156cdae6a671e2a0c6673572 (patch) | |
tree | ca9454a1e8fce0184d687a3189dee53f033fbfc2 /Userland/Libraries/LibGUI/AbstractScrollableWidget.cpp | |
parent | 4db85493e8210027c7047f2ca585e86c2b772174 (diff) | |
download | serenity-c8d121fa3203a578156cdae6a671e2a0c6673572.zip |
LibWeb: Implement most of the 'Fetching' AOs
This implements the following operations from section 4 of the Fetch
spec (https://fetch.spec.whatwg.org/#fetching):
- Fetch
- Main fetch
- Fetch response handover
- Scheme fetch
- HTTP fetch
- HTTP-redirect fetch
- HTTP-network-or-cache fetch (without caching)
It does *not* implement:
- HTTP-network fetch
- CORS-preflight fetch
Instead, we let ResourceLoader handle the actual networking for now,
which isn't ideal, but certainly enough to get enough functionality up
and running for most websites to not complain.
Diffstat (limited to 'Userland/Libraries/LibGUI/AbstractScrollableWidget.cpp')
0 files changed, 0 insertions, 0 deletions