Kenneth Myhra
968c38e54f
LibWeb: Implement FetchController::abort()
2024-11-24 11:11:44 +01:00
Timothy Flynn
c9cbaeb59d
LibWeb: Convert some sync tests to be async
...
The events tested here are decidedly async. We also can't really write
sync tests of the form "test(async () => {})". Nothing will await the
async callback.
2024-10-03 07:07:28 -04:00
Kenneth Myhra
92f6336fe8
Tests/LibWeb: Move existing Fetch tests in under the Fetch folder
2024-07-23 09:02:21 +02:00
Kenneth Myhra
b8fa572c67
LibWeb: Implement formData() method steps for x-www-form-urlencoded
...
The Response interface of the Fetch API can now parse form urlencoded
bodies when Content-Type is set to 'application/x-www-form-urlencoded'.
2024-07-23 09:02:21 +02:00