mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibWeb: Implement XMLHttpRequest.onreadystatechange
This commit is contained in:
parent
824be02cb0
commit
dc8707527f
3 changed files with 16 additions and 0 deletions
|
@ -18,4 +18,6 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
|
||||
ByteString? getResponseHeader(ByteString name);
|
||||
|
||||
attribute EventHandler onreadystatechange;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue