Age | Commit message (Expand) | Author |
---|---|---|
2021-09-27 | LibWeb: Allow passing a (String) body to XMLHttpRequest.send() | Andreas Kling |
2021-09-19 | LibWeb: Implement XMLHttpRequest.getAllResponseHeaders() | Andreas Kling |
2021-09-19 | LibWeb: Implement XMLHttpRequest.onreadystatechange | Andreas Kling |
2021-04-03 | LibWeb: Implement XMLHttpRequest.getResponseHeader() | Linus Groh |
2021-04-03 | LibWeb: Implement XMLHttpRequest.status | Linus Groh |
2021-02-17 | LibWeb: Add constructor to XMLHttpRequest IDL interface | Linus Groh |
2021-01-23 | LibWeb: Add XHREventTarget and have XHR inherit from it | Luke |
2021-01-23 | LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^) | Andreas Kling |