mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
LibWeb: Implement value argument of URLSearchParams.delete
This commit is contained in:
parent
e2fb24c9b8
commit
5637dc43b2
Notes:
github-actions[bot]
2024-08-12 22:02:50 +00:00
Author: https://github.com/shannonbooth
Commit: 5637dc43b2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1033
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 37 additions and 7 deletions
5
Tests/LibWeb/Text/expected/URL/search-params-delete.txt
Normal file
5
Tests/LibWeb/Text/expected/URL/search-params-delete.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
animal=octopus&place=ocean
|
||||
animal=octopus&place=ocean
|
||||
place=ocean
|
||||
place=ocean
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue