Linus Groh
|
13867600c3
|
LibWeb: Add constructor to XMLHttpRequest IDL interface
|
2021-02-17 23:45:07 +01:00 |
|
Luke
|
0a1226344a
|
LibWeb: Add XHREventTarget and have XHR inherit from it
|
2021-01-23 22:29:21 +01:00 |
|
Luke
|
4f2e154dbe
|
LibWeb: Flesh out existing XHR methods a bit more
This makes open, send and setRequestHeader a bit more spec compliant and
adds a bunch of FIXMEs for unimplemented parts.
|
2021-01-23 22:29:21 +01:00 |
|
Andreas Kling
|
8363b3ae99
|
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Remove the hand-written XHR bindings in favor of generated ones.
|
2021-01-23 15:06:09 +01:00 |
|
Andreas Kling
|
5b91362d4e
|
LibWeb: Move XMLHttpRequest to separate XHR directory
In keeping with the one-directory-per-web-spec layout, let's move XHR
into its own clubhouse.
|
2021-01-23 11:51:36 +01:00 |
|