Commit 292e850
Greg Bowler
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 tests1 parent 8b2b6b9 commit 292e850
File tree
18 files changed
+2409
-104
lines changed- src
- test/phpunit
18 files changed
+2409
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments