Skip to content

Commit 292e850

Browse files
author
Greg Bowler
authored
Formdata, URLSearchParams (#212)
* wip: add formdata class * wip: add urlsearchparams class * feature: implement URLSearchParams * feature: tweak urlsearchparams * wip: extract KeyValuePairStore * wip: implement KeyValuePairStore for FormData * wip: improve tests by expecting warning to be emitted * wip: empty formdata options * wip: test submitter is included in the form submission * wip: test constructing with square brackets * wip: fix static analysis error on DOMNodeList * wip: implement form types * wip: remove unused constants * feature: implement promise-based functions closes #208 * test: improve static tests
1 parent 8b2b6b9 commit 292e850

18 files changed

+2409
-104
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@
1212

1313
"require": {
1414
"php": ">=8.1",
15+
"ext-dom": "*",
16+
"ext-curl": "*",
1517
"phpgt/input": "^1.2",
18+
"phpgt/typesafegetter": "^1.3",
19+
"phpgt/promise": "^2.2",
20+
"phpgt/async": "^1.0",
21+
"phpgt/json": "^1.2",
22+
"phpgt/curl": "^3.1",
23+
"phpgt/propfunc": "^1.0",
1624
"psr/http-message": "^2.0",
1725
"willdurand/negotiation": "3.1.0"
1826
},

0 commit comments

Comments
 (0)