Andreas Kling
|
ed5c807c99
|
LibWeb: Allow passing a (String) body to XMLHttpRequest.send()
This patch implements the simplest form of send(body): strings.
|
2021-09-27 01:56:08 +02:00 |
|
Andreas Kling
|
7ef4d75716
|
LibWeb: Implement XMLHttpRequest.getAllResponseHeaders()
|
2021-09-19 22:34:44 +02:00 |
|
Andreas Kling
|
dc8707527f
|
LibWeb: Implement XMLHttpRequest.onreadystatechange
|
2021-09-19 01:43:27 +02:00 |
|
Linus Groh
|
57ead17d54
|
LibWeb: Implement XMLHttpRequest.getResponseHeader()
This lets jQuery's AJAX functionality progress further :^)
|
2021-04-03 16:34:34 +02:00 |
|
Linus Groh
|
288b90a297
|
LibWeb: Implement XMLHttpRequest.status
This lets jQuery's AJAX functionality progress further :^)
|
2021-04-03 16:34:34 +02:00 |
|
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 |
|
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 |
|