summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.idl
AgeCommit message (Expand)Author
2021-09-27LibWeb: Allow passing a (String) body to XMLHttpRequest.send()Andreas Kling
2021-09-19LibWeb: Implement XMLHttpRequest.getAllResponseHeaders()Andreas Kling
2021-09-19LibWeb: Implement XMLHttpRequest.onreadystatechangeAndreas Kling
2021-04-03LibWeb: Implement XMLHttpRequest.getResponseHeader()Linus Groh
2021-04-03LibWeb: Implement XMLHttpRequest.statusLinus Groh
2021-02-17LibWeb: Add constructor to XMLHttpRequest IDL interfaceLinus Groh
2021-01-23LibWeb: Add XHREventTarget and have XHR inherit from itLuke
2021-01-23LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)Andreas Kling