summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.idl
AgeCommit message (Expand)Author
2022-11-14LibWeb: Implement XMLHttpRequest.withCredentialsLinus Groh
2022-11-11LibWeb: Implement support for DOM::Document in XHR::send()Kenneth Myhra
2022-11-07LibWeb: Stub XMLHttpRequest.abortLuke Wilde
2022-10-20LibWeb: Revert support for DOM::Document in XHR::send()Kenneth Myhra
2022-10-16LibWeb: Add support for DOM::Document to XHR::send()Kenneth Myhra
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-09-22LibWeb: Move XMLHttpRequestBodyInit into FetchLinus Groh
2022-07-22LibWeb: Implement BufferSource support for XHR::send()Kenneth Myhra
2022-07-18LibWeb: Add support for Blob to XHR::send()Kenneth Myhra
2022-07-08LibWeb: Add URLSearchParams as part of union type for XHR::send()Kenneth Myhra
2022-06-21LibWeb: Add XMLHttpRequest::timeout setter and getterKenneth Myhra
2022-04-05LibWeb: Add XMLHttpRequest::open() overloadKenneth Myhra
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-16LibWeb: Implement responseType and response for XHRAli Mohammad Pur
2022-02-12LibWeb: Implement XMLHttpRequest.overrideMimeTypeLuke Wilde
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