index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
XHR
/
XMLHttpRequest.idl
Age
Commit message (
Expand
)
Author
2022-11-14
LibWeb: Implement XMLHttpRequest.withCredentials
Linus Groh
2022-11-11
LibWeb: Implement support for DOM::Document in XHR::send()
Kenneth Myhra
2022-11-07
LibWeb: Stub XMLHttpRequest.abort
Luke Wilde
2022-10-20
LibWeb: Revert support for DOM::Document in XHR::send()
Kenneth Myhra
2022-10-16
LibWeb: Add support for DOM::Document to XHR::send()
Kenneth Myhra
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-09-22
LibWeb: Move XMLHttpRequestBodyInit into Fetch
Linus Groh
2022-07-22
LibWeb: Implement BufferSource support for XHR::send()
Kenneth Myhra
2022-07-18
LibWeb: Add support for Blob to XHR::send()
Kenneth Myhra
2022-07-08
LibWeb: Add URLSearchParams as part of union type for XHR::send()
Kenneth Myhra
2022-06-21
LibWeb: Add XMLHttpRequest::timeout setter and getter
Kenneth Myhra
2022-04-05
LibWeb: Add XMLHttpRequest::open() overload
Kenneth Myhra
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-16
LibWeb: Implement responseType and response for XHR
Ali Mohammad Pur
2022-02-12
LibWeb: Implement XMLHttpRequest.overrideMimeType
Luke Wilde
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