1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00
ladybird/Tests/LibWeb/Text/expected/Fetch
Luke Wilde 198cec481a LibWeb: Allow null for optional, nullable, no default value union types
For these types, it would previously only accept `undefined` for the
`null` state.

Fixes GET requests in the Turbo library always failing:
9e057f284a/src/http/fetch_request.js (L219-L220)
9e057f284a/src/http/fetch_request.js (L51-L64)

This was found on https://www.fangamer.com/.
2025-02-22 18:45:27 +01:00
..
fetch-controller-abort.txt LibWeb: Implement FetchController::abort() 2024-11-24 11:11:44 +01:00
fetch-headers-non-ascii.txt LibWeb: Ensure Headers API can handle non-ascii characters 2024-12-11 16:40:36 -07:00
fetch-request-url-search-params.txt Tests/LibWeb: Move existing Fetch tests in under the Fetch folder 2024-07-23 09:02:21 +02:00
fetch-response-content-type.txt Tests/LibWeb: Move existing Fetch tests in under the Fetch folder 2024-07-23 09:02:21 +02:00
fetch-response-url-encoded.txt
fetch-timed-out-request.txt Tests/LibWeb: Move existing Fetch tests in under the Fetch folder 2024-07-23 09:02:21 +02:00
request-constructor-does-not-throw-on-null-body-with-get-or-head-request.txt LibWeb: Allow null for optional, nullable, no default value union types 2025-02-22 18:45:27 +01:00