mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
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/.
This commit is contained in:
parent
16662ab230
commit
198cec481a
Notes:
github-actions[bot]
2025-02-22 17:46:21 +00:00
Author: https://github.com/Lubrsi
Commit: 198cec481a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3659
3 changed files with 27 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue