mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 20:41:53 +00:00
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/.
4 lines
218 B
Text
4 lines
218 B
Text
Successfully created GET request with body set to null
|
|
Successfully created HEAD request with body set to null
|
|
Successfully started GET fetch with body set to null
|
|
Successfully started HEAD fetch with body set to null
|