Commit Graph

2 Commits

Author SHA1 Message Date
Kenneth Myhra
abe4428c53 Tests/LibWeb: Move existing Fetch tests in under the Fetch folder
(cherry picked from commit 92f6336fe874bd852f0b759dac4f38e45cdcae5a)
2024-07-23 13:06:46 -04:00
Kenneth Myhra
1d4e673e60 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'.

(cherry picked from commit b8fa572c6742c0f1f63da0f63c8b86835a86988d)
2024-07-23 13:06:46 -04:00